com.bristle.javalib.util
Class GetOpt.MissingValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bristle.javalib.util.GetOpt.MissingValueException
All Implemented Interfaces:
Serializable
Enclosing class:
GetOpt

public static class GetOpt.MissingValueException
extends Exception

This exception is thrown when an option with a required value has a missing or null value.

See Also:
Serialized Form

Constructor Summary
GetOpt.MissingValueException(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.MissingValueException

public GetOpt.MissingValueException(String msg)