Class NavigatorCompileException

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • NavigatorCompileException

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

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

        public NavigatorCompileException​(Throwable cause)
        Since:
        1.3.4
      • NavigatorCompileException

        public NavigatorCompileException​(String message,
                                         Throwable cause)
        Since:
        1.3.4