net.ontopia.topicmaps.nav2.core
Class NavigatorCompileException

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.NavigatorCompileException
All Implemented Interfaces:
java.io.Serializable

public class NavigatorCompileException
extends NavigatorTagException

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:
Serialized Form

Field Summary
 
Fields inherited from class net.ontopia.topicmaps.nav2.core.NavigatorTagException
cause
 
Constructor Summary
NavigatorCompileException()
          INTERNAL: constructor with empty error message.
NavigatorCompileException(java.lang.String message)
          INTERNAL: constructor with a message.
NavigatorCompileException(java.lang.String message, java.lang.Throwable cause)
           
NavigatorCompileException(java.lang.Throwable cause)
           
 
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

NavigatorCompileException

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


NavigatorCompileException

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


NavigatorCompileException

public NavigatorCompileException(java.lang.Throwable cause)
Since:
1.3.4

NavigatorCompileException

public NavigatorCompileException(java.lang.String message,
                                 java.lang.Throwable cause)
Since:
1.3.4


Copyright © 2000-2012 Ontopia.