net.ontopia.topicmaps.nav2.core
Class NavigatorRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by javax.servlet.jsp.JspTagException
                  extended by net.ontopia.topicmaps.nav2.core.NavigatorTagException
                      extended by net.ontopia.topicmaps.nav2.core.NavigatorRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class NavigatorRuntimeException
extends NavigatorTagException

INTERNAL: Exception for a problem occurring when using the Navigator Tag Library. Used when the given object type does not match, unknown functions are called, etc.

Note: That this is not a runtime exception in the sense that this class is inherited from java.lang.RuntimeException and therefore this exception has to be caught explicitly.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
cause
 
Constructor Summary
NavigatorRuntimeException()
          INTERNAL: Constructor with empty error message.
NavigatorRuntimeException(java.lang.String message)
          INTERNAL: constructor with a message.
NavigatorRuntimeException(java.lang.String message, java.lang.Throwable cause)
          INTERNAL: Wraps another exception, and adds a message.
NavigatorRuntimeException(java.lang.Throwable cause)
          INTERNAL: Wraps another exception.
 
Method Summary
 
Methods inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigatorRuntimeException

public NavigatorRuntimeException()
INTERNAL: Constructor with empty error message.


NavigatorRuntimeException

public NavigatorRuntimeException(java.lang.String message)
INTERNAL: constructor with a message.


NavigatorRuntimeException

public NavigatorRuntimeException(java.lang.Throwable cause)
INTERNAL: Wraps another exception.

Since:
1.3.4

NavigatorRuntimeException

public NavigatorRuntimeException(java.lang.String message,
                                 java.lang.Throwable cause)
INTERNAL: Wraps another exception, and adds a message.

Since:
1.3.4


Copyright © 2000-2012 Ontopia.