public final class CommandLineParseException extends Exception
| Constructor and Description |
|---|
CommandLineParseException(String message)
Create a new command line parse exception with the
specified message.
|
CommandLineParseException(String message,
Throwable cause)
Create a new command line parse exception with the
specified message and cause.
|
CommandLineParseException(Throwable cause)
Create a new command line parse exception with the
specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandLineParseException(String message)
message - messagepublic CommandLineParseException(Throwable cause)
cause - causeCopyright © 2004–2022 dishevelled.org. All rights reserved.