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