org.oddjob.arooa
Class ArooaParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.arooa.ArooaParseException
- All Implemented Interfaces:
- Serializable
public class ArooaParseException
- extends Exception
An exception used when creation fails.
- See Also:
- Serialized Form
ArooaParseException
public ArooaParseException(String message,
Location location)
ArooaParseException
public ArooaParseException(String message,
Location location,
Throwable t)
toString
public String toString()
- Returns the location of the error and the error message.
- Overrides:
toString
in class Throwable
- Returns:
- the location of the error and the error message
getLocation
public Location getLocation()
- Returns the file location where the error occurred.
- Returns:
- the file location where the error occurred.