org.apache.tapestry.parse
Class TemplateParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TemplateParseException(String message)
           
TemplateParseException(String message, ILocation location)
           
TemplateParseException(String message, ILocation location, Throwable rootCause)
           
 
Method Summary
 ILocation getLocation()
          Returns the location from which this object orginates, or null if not known.
 Throwable getRootCause()
           
 
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
 

Constructor Detail

TemplateParseException

public TemplateParseException(String message)

TemplateParseException

public TemplateParseException(String message,
                              ILocation location)

TemplateParseException

public TemplateParseException(String message,
                              ILocation location,
                              Throwable rootCause)
Method Detail

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()