public class InvalidArgException extends IllegalArgumentException
Argument(s) is not valid
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, toString
public InvalidArgException()
public InvalidArgException(String message)
public InvalidArgException(Throwable cause)
public IllegalArgumentException asJDKException()
Convert to corresponding JDK exception. Warning, since there are synchronized method execution please beware of the performance issue when calling this method
IllegalArgumentException
converted from this exceptionCopyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.