public class ArgumentsParserException extends Exception
| Constructor and Description |
|---|
ArgumentsParserException(String msg)
Constructs a new exception with the specified detail message.
|
ArgumentsParserException(String msg,
Throwable eee)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArgumentsParserException(String msg)
msg - messageCopyright © 2004-2012 CodeLutin. All Rights Reserved.