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