com.bristle.javalib.util
Class GetOpt.MissingValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bristle.javalib.util.GetOpt.MissingValueException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GetOpt
public static class GetOpt.MissingValueException
- extends Exception
This exception is thrown when an option with a required value has a
missing or null value.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GetOpt.MissingValueException
public GetOpt.MissingValueException(String msg)