Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jolokia.json.parser.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(Throwable cause)
  • Method Details

    • at

      public ParseException at(int line, int column)
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()