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