org.avis.util
Class IllegalCommandLineOption

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 org.avis.util.IllegalCommandLineOption
All Implemented Interfaces:
Serializable

public class IllegalCommandLineOption
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
IllegalCommandLineOption(String message)
           
IllegalCommandLineOption(String option, String message)
           
 
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

IllegalCommandLineOption

public IllegalCommandLineOption(String message)

IllegalCommandLineOption

public IllegalCommandLineOption(String option,
                                String message)


Copyright © 2008 Matthew Phillips. All Rights Reserved.