Class Source


  • public class Source
    extends Object
    Base class for holding exception information
    Author:
    svenkubiak
    • Constructor Detail

      • Source

        public Source​(boolean cause,
                      int line,
                      String content)
    • Method Detail

      • isCause

        public boolean isCause()
      • getLine

        public int getLine()
      • getContent

        public String getContent()