public class IllegalOptionException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
IllegalOptionException()
Creates a new instance with no detail message.
|
IllegalOptionException(java.lang.String message)
Creates a new instance with the given detail message.
|
IllegalOptionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
IllegalOptionException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public IllegalOptionException()
public IllegalOptionException(@Nullable java.lang.String message)
public IllegalOptionException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public IllegalOptionException(@Nullable java.lang.Throwable cause)