Package org.oddjob.arooa
Class ArooaParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.arooa.ArooaParseException
- All Implemented Interfaces:
Serializable
An exception used when creation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArooaParseException(String message, Location location) ArooaParseException(String message, Location location, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionReturns the file location where the error occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArooaParseException
-
ArooaParseException
-
-
Method Details
-
getLocation
Returns the file location where the error occurred.- Returns:
- the file location where the error occurred.
-