public class InternalInvalidOptionValueException extends Exception
| Constructor and Description |
|---|
InternalInvalidOptionValueException(String alias,
String message)
Construct exception for an option with given message.
|
InternalInvalidOptionValueException(String alias,
String message,
Throwable cause)
Construct exception for an option with given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalInvalidOptionValueException(String alias, String message)
alias - The name of the option the exception occurred onmessage - description of the exceptionpublic InternalInvalidOptionValueException(String alias, String message, Throwable cause)
alias - The name of the option the exception occurred onmessage - description of the exceptioncause - underlying causeCopyright © 2019–2024 Teslanet.nl. All rights reserved.