org.montsuqi.util
Class OptionParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.montsuqi.util.OptionParserException
All Implemented Interfaces:
java.io.Serializable

 class OptionParserException
extends java.lang.RuntimeException


Constructor Summary
OptionParserException()
           
OptionParserException(java.lang.String message)
           
OptionParserException(java.lang.String message, java.lang.Throwable cause)
           
OptionParserException(java.lang.Throwable cause)
           
 
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

OptionParserException

OptionParserException()

OptionParserException

OptionParserException(java.lang.String message)

OptionParserException

OptionParserException(java.lang.String message,
                      java.lang.Throwable cause)

OptionParserException

OptionParserException(java.lang.Throwable cause)