Package net.ontopia.topicmaps.nav2.core
Class NavigatorCompileException
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.NavigatorCompileException
- All Implemented Interfaces:
Serializable
INTERNAL: Exception for a problem occurring when
using the Navigator Tag Library.
Used when attributes are not specified, given the
wrong values, tags have the wrong parents etc.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
cause -
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: constructor with empty error message.NavigatorCompileException(String message) INTERNAL: constructor with a message.NavigatorCompileException(String message, Throwable cause) -
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
-
NavigatorCompileException
public NavigatorCompileException()INTERNAL: constructor with empty error message. -
NavigatorCompileException
INTERNAL: constructor with a message. -
NavigatorCompileException
- Since:
- 1.3.4
-
NavigatorCompileException
- Since:
- 1.3.4
-