Serializable
public class BadCommandLineException extends Exception
Constructor | Description |
---|---|
BadCommandLineException() |
|
BadCommandLineException(String msg) |
|
BadCommandLineException(String message,
Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
Options |
getOptions() |
Gets the partly parsed option object, if any.
|
void |
initOptions(Options opt) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadCommandLineException(String msg)
public BadCommandLineException()
Copyright © 2018 Oracle Corporation. All rights reserved.