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)
Constructs a new exception with the specified detail message.
|
IllegalNameIdentifierException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
IllegalNameIdentifierException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public IllegalNameIdentifierException(java.lang.String message)
message
- the detail message.public IllegalNameIdentifierException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.public IllegalNameIdentifierException(java.lang.Throwable cause)
cause
- the cause.public IllegalNameIdentifierException()