org.apache.tapestry.parse
Class TemplateParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.tapestry.parse.TemplateParseException
- All Implemented Interfaces:
- ILocatable, Serializable
- public class TemplateParseException
- extends Exception
- implements ILocatable
Exception thrown indicating a problem parsing an HTML template.
- Version:
- $Id: TemplateParseException.java,v 1.4 2004/01/19 21:32:14 hlship Exp $
- 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()