Package net.ontopia.topicmaps.nav2.core
Class VariableNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.topicmaps.nav2.core.VariableNotSetException
- All Implemented Interfaces:
Serializable
INTERNAL: Exception for a problem occurring when using the Navigator
Tag Library. Used when referring to undefined variables.
- Since:
- 1.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: constructor with empty error message.VariableNotSetException(String varName) INTERNAL: constructor with the name of the variable which is not set. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableNotSetException
public VariableNotSetException()INTERNAL: constructor with empty error message. -
VariableNotSetException
INTERNAL: constructor with the name of the variable which is not set.
-