Class NoSuchNamespaceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchNamespaceException
    extends java.lang.RuntimeException
    Exception raised when attempting to load a namespace that does not exist.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchNamespaceException​(java.lang.String message, java.lang.Object... args)  
      NoSuchNamespaceException​(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoSuchNamespaceException

        @FormatMethod
        public NoSuchNamespaceException​(java.lang.String message,
                                        java.lang.Object... args)
      • NoSuchNamespaceException

        @FormatMethod
        public NoSuchNamespaceException​(java.lang.Throwable cause,
                                        java.lang.String message,
                                        java.lang.Object... args)