Class IllegalNamespaceException

All Implemented Interfaces:
Serializable

public class IllegalNamespaceException extends IllegalArgumentException
An exception thrown when a namespace is invalid.
See Also:
  • Constructor Details

    • IllegalNamespaceException

      @FormatMethod public IllegalNamespaceException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • IllegalNamespaceException

      @FormatMethod public IllegalNamespaceException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.
    • IllegalNamespaceException

      public IllegalNamespaceException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause.
    • IllegalNamespaceException

      public IllegalNamespaceException()
      Constructs a new exception with the specified detail message and cause.