com.uc4.ara.collabnet.JArgs
Class CmdLineParser.UnknownSuboptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.uc4.ara.collabnet.JArgs.CmdLineParser.OptionException
              extended by com.uc4.ara.collabnet.JArgs.CmdLineParser.UnknownOptionException
                  extended by com.uc4.ara.collabnet.JArgs.CmdLineParser.UnknownSuboptionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CmdLineParser

public static class CmdLineParser.UnknownSuboptionException
extends CmdLineParser.UnknownOptionException

Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown. getMessage() returns an english human-readable error string.

Author:
Vidar Holen
See Also:
Serialized Form

Method Summary
 char getSuboption()
           
 
Methods inherited from class com.uc4.ara.collabnet.JArgs.CmdLineParser.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSuboption

public char getSuboption()


Copyright © 2004-2013. All Rights Reserved.