org.xerial.util.cui
Class OptionParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.util.cui.OptionParserException
All Implemented Interfaces:
Serializable

public class OptionParserException
extends XerialException

An exception class thrown when illegal states are found when parsing command line arguments

Author:
leo
See Also:
Serialized Form

Constructor Summary
OptionParserException()
           
OptionParserException(String message)
           
OptionParserException(String message, Throwable cause)
           
OptionParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

public OptionParserException()

OptionParserException

public OptionParserException(String message)
Parameters:
message -

OptionParserException

public OptionParserException(String message,
                             Throwable cause)
Parameters:
message -
cause -

OptionParserException

public OptionParserException(Throwable cause)
Parameters:
cause -


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.