net.ontopia.topicmaps.nav2.core
Class VariableNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ontopia.topicmaps.nav2.core.VariableNotSetException
All Implemented Interfaces:
java.io.Serializable

public class VariableNotSetException
extends java.lang.RuntimeException

INTERNAL: Exception for a problem occurring when using the Navigator Tag Library. Used when referring to undefined variables.

Since:
1.3
See Also:
Serialized Form

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

VariableNotSetException

public VariableNotSetException()
INTERNAL: constructor with empty error message.


VariableNotSetException

public VariableNotSetException(java.lang.String varName)
INTERNAL: constructor with the name of the variable which is not set.



Copyright © 2000-2012 Ontopia.