Class NavigatorTagException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.jsp.JspException
jakarta.servlet.jsp.JspTagException
net.ontopia.topicmaps.nav2.core.NavigatorTagException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NavigatorCompileException, NavigatorRuntimeException, NavigatorUserException

public class NavigatorTagException extends jakarta.servlet.jsp.JspTagException
INTERNAL: base class for a generic problem occurring when using the Navigator Tag Library. Please use a more appropiate, specific subclass.
See Also:
  • Field Details

  • Constructor Details

    • NavigatorTagException

      public NavigatorTagException()
      INTERNAL: constructor with empty error message.
    • NavigatorTagException

      public NavigatorTagException(String message)
      INTERNAL: constructor with a message.
    • NavigatorTagException

      public NavigatorTagException(Throwable cause)
      Since:
      1.3.4
    • NavigatorTagException

      public NavigatorTagException(String message, Throwable cause)
      Since:
      1.3.4
  • Method Details