com.bristle.javalib.util
Class GetOpt.LessThanMinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bristle.javalib.util.GetOpt.LessThanMinException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GetOpt
public static class GetOpt.LessThanMinException
- extends Exception
This exception is thrown when a numeric value is less than the
specified minimum.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
GetOpt.LessThanMinException
public GetOpt.LessThanMinException(String msg)