net.ontopia.topicmaps.nav2.core
Class NavigatorTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
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
Methods inherited from class javax.servlet.jsp.JspException |
getRootCause |
cause
protected Throwable cause
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
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.