Package net.ontopia.topicmaps.nav2.core
Class NavigatorTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.jsp.JspException
jakarta.servlet.jsp.JspTagException
net.ontopia.topicmaps.nav2.core.NavigatorTagException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NavigatorCompileException,NavigatorRuntimeException,NavigatorUserException
public class NavigatorTagException
extends jakarta.servlet.jsp.JspTagException
INTERNAL: base class for a generic problem occurring when
using the Navigator Tag Library.
Please use a more appropiate, specific subclass.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: constructor with empty error message.NavigatorTagException(String message) INTERNAL: constructor with a message.NavigatorTagException(String message, Throwable cause) NavigatorTagException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
cause
-
-
Constructor Details
-
NavigatorTagException
public NavigatorTagException()INTERNAL: constructor with empty error message. -
NavigatorTagException
INTERNAL: constructor with a message. -
NavigatorTagException
- Since:
- 1.3.4
-
NavigatorTagException
- Since:
- 1.3.4
-
-
Method Details
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-