org.apache.tapestry.parse
Class TemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tapestry.parse.TemplateParseException
- All Implemented Interfaces:
- Serializable, org.apache.hivemind.Locatable
public class TemplateParseException
- extends 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 |
TemplateParseException
public TemplateParseException(String message)
TemplateParseException
public TemplateParseException(String message,
org.apache.hivemind.Location location)
TemplateParseException
public TemplateParseException(String message,
org.apache.hivemind.Location location,
Throwable rootCause)
getLocation
public org.apache.hivemind.Location getLocation()
- Specified by:
getLocation
in interface org.apache.hivemind.Locatable
getRootCause
public Throwable getRootCause()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.