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