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