Class UnpickSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
daomephsta.unpick.constantmappers.datadriven.parser.UnpickSyntaxException
- All Implemented Interfaces:
Serializable
Thrown when a syntax error is found in a .unpick file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnpickSyntaxException(int lineNumber, int columnNumber, String message) UnpickSyntaxException(int lineNumber, int columnNumber, String message, Throwable cause) UnpickSyntaxException(int lineNumber, String message) UnpickSyntaxException(int lineNumber, String message, Throwable cause) UnpickSyntaxException(String message) UnpickSyntaxException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnpickSyntaxException
-
UnpickSyntaxException
-
UnpickSyntaxException
-
UnpickSyntaxException
-
UnpickSyntaxException
-
UnpickSyntaxException
-
-
Method Details
-
getLineNumber
-
getColumnNumber
-