org.apache.oodt.commons.option
Class OptionHelpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.oodt.commons.option.OptionHelpException
All Implemented Interfaces:
java.io.Serializable

public class OptionHelpException
extends java.io.IOException

Author:
bfoster Exception thrown to express that -h should be given to see help
See Also:
Serialized Form

Constructor Summary
OptionHelpException()
           
OptionHelpException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionHelpException

public OptionHelpException()

OptionHelpException

public OptionHelpException(java.lang.String message)


Copyright © 1999-2011
Apache OODT. All Rights Reserved.