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