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, 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

Constructor Summary
TemplateParseException(String message)
           
TemplateParseException(String message, org.apache.hivemind.Location location)
           
TemplateParseException(String message, org.apache.hivemind.Location location, Throwable rootCause)
           
 
Method Summary
 org.apache.hivemind.Location getLocation()
           
 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,
                              org.apache.hivemind.Location location)

TemplateParseException

public TemplateParseException(String message,
                              org.apache.hivemind.Location location,
                              Throwable rootCause)
Method Detail

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.