public class InvalidOpenTypeException extends IllegalArgumentException
| Constructor and Description |
|---|
InvalidOpenTypeException()
Constructs a new
InvalidOpenTypeException. |
InvalidOpenTypeException(String message)
Constructs a new
InvalidOpenTypeException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidOpenTypeException()
InvalidOpenTypeException.public InvalidOpenTypeException(String message)
InvalidOpenTypeException
with the specified message.message - the error message to give to the user.