org.jamon
Class ParserError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jamon.ParserError
- All Implemented Interfaces:
- Serializable
public class ParserError
- extends Exception
- Author:
- ian
- See Also:
- Serialized Form
|
Constructor Summary |
ParserError(org.jamon.node.Location p_location,
String p_message)
|
ParserError
public ParserError(org.jamon.node.Location p_location,
String p_message)
getLocation
public org.jamon.node.Location getLocation()
- Returns:
- The location of the error
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
- Returns:
- The error message
equals
public boolean equals(Object p_obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Throwable