com.bristle.javalib.util
Class GetOpt.MissingArgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bristle.javalib.util.GetOpt.MissingArgException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GetOpt
public static class GetOpt.MissingArgException
- extends Exception
This exception is thrown when a required argument is missing or null.
Note: When the option source is a Map, which is an unordered set of
named values, all such name/value pairs are treated as options,
and the concept of positional arguments does not apply, so this
exception is thrown on any call to any of the getNextArg...()
methods.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GetOpt.MissingArgException
public GetOpt.MissingArgException(String msg)