org.jamon
Class TemplateInspector.InvalidTemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jamon.JamonException
              extended by org.jamon.TemplateInspector.InvalidTemplateException
All Implemented Interfaces:
Serializable
Enclosing class:
TemplateInspector

public static class TemplateInspector.InvalidTemplateException
extends JamonException

See Also:
Serialized Form

Constructor Summary
TemplateInspector.InvalidTemplateException(String p_templateName)
           
TemplateInspector.InvalidTemplateException(String p_templateName, Throwable t)
           
 
Method Summary
 
Methods inherited from class org.jamon.JamonException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateInspector.InvalidTemplateException

public TemplateInspector.InvalidTemplateException(String p_templateName)

TemplateInspector.InvalidTemplateException

public TemplateInspector.InvalidTemplateException(String p_templateName,
                                                  Throwable t)