net.ontopia.topicmaps.nav2.core
Class NavigatorTagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by javax.servlet.jsp.JspTagException
                  extended by net.ontopia.topicmaps.nav2.core.NavigatorTagException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NavigatorCompileException, NavigatorRuntimeException, NavigatorUserException

public class NavigatorTagException
extends javax.servlet.jsp.JspTagException

INTERNAL: base class for a generic problem occurring when using the Navigator Tag Library. Please use a more appropiate, specific subclass.

See Also:
NavigatorRuntimeException, NavigatorUserException, NavigatorCompileException, Serialized Form

Field Summary
protected  Throwable cause
           
 
Constructor Summary
NavigatorTagException()
          INTERNAL: constructor with empty error message.
NavigatorTagException(String message)
          INTERNAL: constructor with a message.
NavigatorTagException(String message, Throwable cause)
           
NavigatorTagException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected Throwable cause
Constructor Detail

NavigatorTagException

public NavigatorTagException()
INTERNAL: constructor with empty error message.


NavigatorTagException

public NavigatorTagException(String message)
INTERNAL: constructor with a message.


NavigatorTagException

public NavigatorTagException(Throwable cause)
Since:
1.3.4

NavigatorTagException

public NavigatorTagException(String message,
                             Throwable cause)
Since:
1.3.4
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable
Since:
1.3.4

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright © 2000-2012 Ontopia.