Package net.ontopia.topicmaps.nav2.core
Class NavigatorUserException
- 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.NavigatorUserException
-
- All Implemented Interfaces:
Serializable
public class NavigatorUserException extends NavigatorTagException
INTERNAL: Exception for a problem occurring when using the Navigator Tag Library. Thrown by the error tag.- See Also:
ErrorTag
, Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
cause
-
-
Constructor Summary
Constructors Constructor Description NavigatorUserException()
INTERNAL: constructor with empty error message.NavigatorUserException(String message)
INTERNAL: constructor with a message.NavigatorUserException(String message, Throwable cause)
NavigatorUserException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NavigatorUserException
public NavigatorUserException()
INTERNAL: constructor with empty error message.
-
NavigatorUserException
public NavigatorUserException(String message)
INTERNAL: constructor with a message.
-
NavigatorUserException
public NavigatorUserException(Throwable cause)
- Since:
- 1.3.4
-
-