Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.util.CmdLine.UnrecognizedOptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.util.CmdLine.UnrecognizedOptionException

public class CmdLine.UnrecognizedOptionException
extends java.lang.Exception
an Exception that can be thrown if an unrecognized option has been encountered. See the CmdLine class for details.

See Also:
Serialized Form

Constructor Summary
CmdLine.UnrecognizedOptionException(CmdLine this$0)
          create an exception indicating that an unrecognized option was encountered
CmdLine.UnrecognizedOptionException(CmdLine this$0, char c)
          create an exception indicating that an unrecognized option was encountered
CmdLine.UnrecognizedOptionException(CmdLine this$0, java.lang.Character C)
          create an exception indicating that an unrecognized option was encountered
CmdLine.UnrecognizedOptionException(CmdLine this$0, java.lang.String str)
          create an exception indicating that an unrecognized option was encountered
 
Method Summary
java.lang.String getMessage()
           
java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

CmdLine.UnrecognizedOptionException

public CmdLine.UnrecognizedOptionException(CmdLine this$0)
create an exception indicating that an unrecognized option was encountered

CmdLine.UnrecognizedOptionException

public CmdLine.UnrecognizedOptionException(CmdLine this$0,
                                           char c)
create an exception indicating that an unrecognized option was encountered

CmdLine.UnrecognizedOptionException

public CmdLine.UnrecognizedOptionException(CmdLine this$0,
                                           java.lang.Character C)
create an exception indicating that an unrecognized option was encountered

CmdLine.UnrecognizedOptionException

public CmdLine.UnrecognizedOptionException(CmdLine this$0,
                                           java.lang.String str)
create an exception indicating that an unrecognized option was encountered
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD