jargs.gnu.exception
Class UnknownSuboptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jargs.gnu.exception.OptionException
              extended by jargs.gnu.exception.UnknownOptionException
                  extended by jargs.gnu.exception.UnknownSuboptionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownSuboptionException
extends UnknownOptionException

Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown

Author:
Philipp Eichhorn, All JArgs authors see JARGS_LICENCE
See Also:
Serialized Form

Constructor Summary
UnknownSuboptionException(java.lang.String option, char suboption)
           
 
Method Summary
 char getSuboption()
           
 
Methods inherited from class jargs.gnu.exception.UnknownOptionException
getOptionName
 
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

UnknownSuboptionException

public UnknownSuboptionException(java.lang.String option,
                                 char suboption)
Method Detail

getSuboption

public char getSuboption()