public class NotConstructableException extends IllegalArgumentException
| Constructor and Description |
|---|
NotConstructableException()
Construct a new not constructable exception.
|
NotConstructableException(String message)
Construct a new not constructable exception with a custom message.
|
NotConstructableException(String message,
Throwable cause)
Construct a new not constructable exception with a custom message and cause.
|
NotConstructableException(Throwable cause)
Construct a new not constructable exception with a custom cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotConstructableException()
public NotConstructableException(String message)
message - - detail messagepublic NotConstructableException(String message, Throwable cause)
message - - detail messagecause - - causepublic NotConstructableException(Throwable cause)
cause - - causeCopyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.