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
| 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 |
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
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