Package net.ontopia.topicmaps.nav2.core
Class NavigatorRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
net.ontopia.topicmaps.nav2.core.NavigatorTagException
net.ontopia.topicmaps.nav2.core.NavigatorRuntimeException
- All Implemented Interfaces:
Serializable
INTERNAL: Exception for a problem occurring when using the Navigator
Tag Library. Used when the given object type does not match,
unknown functions are called, etc.
Note: That this is not a runtime exception in the sense that this class is inherited from java.lang.RuntimeException and therefore this exception has to be caught explicitly.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
cause -
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: Constructor with empty error message.NavigatorRuntimeException(String message) INTERNAL: constructor with a message.NavigatorRuntimeException(String message, Throwable cause) INTERNAL: Wraps another exception, and adds a message.INTERNAL: Wraps another exception. -
Method Summary
Methods inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class javax.servlet.jsp.JspException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
NavigatorRuntimeException
public NavigatorRuntimeException()INTERNAL: Constructor with empty error message. -
NavigatorRuntimeException
INTERNAL: constructor with a message. -
NavigatorRuntimeException
INTERNAL: Wraps another exception.- Since:
- 1.3.4
-
NavigatorRuntimeException
INTERNAL: Wraps another exception, and adds a message.- Since:
- 1.3.4
-