org.araneaframework.jsp.exception
Class AraneaJspException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by org.araneaframework.jsp.exception.AraneaJspException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingFormElementIdAraneaJspException

public class AraneaJspException
extends javax.servlet.jsp.JspException

Exception thrown by Aranea JSP tags.

Author:
Oleg Mürk
See Also:
Serialized Form

Constructor Summary
AraneaJspException()
           
AraneaJspException(String message)
           
AraneaJspException(String message, Throwable cause)
           
AraneaJspException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.servlet.jsp.JspException
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

AraneaJspException

public AraneaJspException()

AraneaJspException

public AraneaJspException(String message)

AraneaJspException

public AraneaJspException(Throwable cause)

AraneaJspException

public AraneaJspException(String message,
                          Throwable cause)