JavaScript is disabled on your browser.
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CmdLineParser
public static class CmdLineParser.IllegalOptionValueException
extends CmdLineParser.OptionException
Thrown when an illegal or missing value is given by the user for
an option that takes a value. getMessage()
returns
an error string suitable for reporting the error to the user (in
English).
See Also: Serialized Form
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.