Package blue.endless.jankson.api
Class SyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Exception
blue.endless.jankson.api.SyntaxError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndParsing(int line, int column) voidsetStartParsing(int line, int column) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxError
-
-
Method Details
-
getCompleteMessage
-
getLineMessage
-
setStartParsing
public void setStartParsing(int line, int column) -
setEndParsing
public void setEndParsing(int line, int column)
-