nu.staldal.lagoon.util
Class TemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nu.staldal.lagoon.util.TemplateException
All Implemented Interfaces:
java.io.Serializable

public class TemplateException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TemplateException()
           
TemplateException(java.lang.Exception e)
           
TemplateException(java.lang.String template)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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

TemplateException

public TemplateException()

TemplateException

public TemplateException(java.lang.String template)

TemplateException

public TemplateException(java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()