public class InvalidOpenTypeException extends IllegalArgumentException
| Constructor and Description |
|---|
InvalidOpenTypeException()
An InvalidOpenTypeException with no detail message.
|
InvalidOpenTypeException(String msg)
An InvalidOpenTypeException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidOpenTypeException()
public InvalidOpenTypeException(String msg)
msg - the detail message.