Class ncsa.horizon.util.UnrecognizedOptionException
All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.horizon.util.UnrecognizedOptionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----ncsa.horizon.util.UnrecognizedOptionException
- public class UnrecognizedOptionException
- extends Exception
an Exception that can be thrown if an unrecognized option has been
encountered. See the CmdLine class for details.
-
UnrecognizedOptionException()
- create an exception indicating that an unrecognized option
was encountered
-
UnrecognizedOptionException(char)
- create an exception indicating that an unrecognized option
was encountered
-
UnrecognizedOptionException(Character)
- create an exception indicating that an unrecognized option
was encountered
-
UnrecognizedOptionException(String)
- create an exception indicating that an unrecognized option
was encountered
-
getMessage()
-
-
toString()
-
UnrecognizedOptionException
public UnrecognizedOptionException()
- create an exception indicating that an unrecognized option
was encountered
UnrecognizedOptionException
public UnrecognizedOptionException(char c)
- create an exception indicating that an unrecognized option
was encountered
UnrecognizedOptionException
public UnrecognizedOptionException(Character C)
- create an exception indicating that an unrecognized option
was encountered
UnrecognizedOptionException
public UnrecognizedOptionException(String str)
- create an exception indicating that an unrecognized option
was encountered
toString
public String toString()
- Overrides:
- toString in class Throwable
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index