Package com.io7m.brooklime.api
Class BLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.brooklime.api.BLException
com.io7m.brooklime.api.BLParseException
- All Implemented Interfaces:
Serializable
The type of exceptions caused by failing to parse data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBLParseException(String message, int inLine, int inColumn, URI inSource) Construct an exception.BLParseException(String message, Throwable cause, int inLine, int inColumn, URI inSource) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BLParseException
Construct an exception.- Parameters:
message- The messageinLine- The line numberinColumn- The column numberinSource- The source URI
-
BLParseException
Construct an exception.- Parameters:
message- The messagecause- The causeinLine- The line numberinColumn- The column numberinSource- The source URI
-