com.bristle.javalib.util
Class GetOpt.NotAnIntegerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
GetOpt.NotAnIntegerException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetOpt.NotAnIntegerException

public GetOpt.NotAnIntegerException(String msg)