|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.ontopia.topicmaps.nav2.core.VariableNotSetException
public class VariableNotSetException
INTERNAL: Exception for a problem occurring when using the Navigator Tag Library. Used when referring to undefined variables.
Constructor Summary | |
---|---|
VariableNotSetException()
INTERNAL: constructor with empty error message. |
|
VariableNotSetException(java.lang.String varName)
INTERNAL: constructor with the name of the variable which is not set. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariableNotSetException()
public VariableNotSetException(java.lang.String varName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |