public class IllegalNamespaceException
extends java.lang.IllegalArgumentException
| Constructor and Description | 
|---|
| IllegalNamespaceException()Constructs a new exception with the specified detail message and cause. | 
| IllegalNamespaceException(java.lang.String message,
                         java.lang.Object... args)Constructs a new exception with the specified detail message. | 
| IllegalNamespaceException(java.lang.Throwable cause)Constructs a new exception with the specified cause. | 
| IllegalNamespaceException(java.lang.Throwable cause,
                         java.lang.String message,
                         java.lang.Object... args)Constructs a new exception with the specified detail message and cause. | 
@FormatMethod
public IllegalNamespaceException(@FormatString
                                               java.lang.String message,
                                               java.lang.Object... args)
message - the detail message.args - the arguments to the message.@FormatMethod
public IllegalNamespaceException(java.lang.Throwable cause,
                                               @FormatString
                                               java.lang.String message,
                                               java.lang.Object... args)
cause - the cause.message - the detail message.args - the arguments to the message.public IllegalNamespaceException(java.lang.Throwable cause)
cause - the cause.public IllegalNamespaceException()