public class InvalidDefinitionException extends Exception
| Constructor and Description |
|---|
InvalidDefinitionException(String reason)Constructs a new InvalidDefinitionException with the specified detail message. |
InvalidDefinitionException(String reason,
Throwable cause)Constructs a new InvalidDefinitionException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDefinitionException(String reason)
reason - the detail message