org.apache.tapestry.parse
Class TemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tapestry.parse.TemplateParseException
- All Implemented Interfaces:
- Serializable, ILocatable
public class TemplateParseException
- extends Exception
- implements ILocatable
Exception thrown indicating a problem parsing an HTML template.
- Version:
- $Id: TemplateParseException.java 243791 2004-02-19 17:38:13Z hlship $
- 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,
ILocation location)
TemplateParseException
public TemplateParseException(String message,
ILocation location,
Throwable rootCause)
getLocation
public ILocation getLocation()
- Description copied from interface:
ILocatable
- Returns the
location
from which
this object orginates, or null if not known.
- Specified by:
getLocation
in interface ILocatable
getRootCause
public Throwable getRootCause()