com.pawjaw.utils
Class OptArgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.pawjaw.utils.OptArgException
All Implemented Interfaces:
java.io.Serializable

public class OptArgException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Field Summary
 OptArg optarg
           
 
Constructor Summary
OptArgException(java.lang.String msg)
           
OptArgException(java.lang.String msg, OptArg optarg)
           
 
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
 

Field Detail

optarg

public OptArg optarg
Constructor Detail

OptArgException

public OptArgException(java.lang.String msg)

OptArgException

public OptArgException(java.lang.String msg,
                       OptArg optarg)