org.apache.tapestry.parse
Class TemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tapestry.parse.TemplateParseException
- All Implemented Interfaces:
- java.io.Serializable, org.apache.hivemind.Locatable
public class TemplateParseException
- extends java.lang.Exception
- implements org.apache.hivemind.Locatable
Exception thrown indicating a problem parsing an HTML template.
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TemplateParseException
public TemplateParseException(java.lang.String message)
TemplateParseException
public TemplateParseException(java.lang.String message,
org.apache.hivemind.Location location)
TemplateParseException
public TemplateParseException(java.lang.String message,
org.apache.hivemind.Location location,
java.lang.Throwable rootCause)
getLocation
public org.apache.hivemind.Location getLocation()
- Specified by:
getLocation
in interface org.apache.hivemind.Locatable
getRootCause
public java.lang.Throwable getRootCause()