public class InvalidArgException extends IllegalArgumentException
| Constructor and Description |
|---|
InvalidArgException() |
InvalidArgException(String message) |
InvalidArgException(String message,
Object... args) |
InvalidArgException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
asJDKException()
Convert to corresponding JDK exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidArgException()
public InvalidArgException(String message)
public InvalidArgException(Throwable cause)
public IllegalArgumentException asJDKException()
IllegalArgumentException converted from this exceptionCopyright © 2017. All Rights Reserved.