Package net.ontopia.utils
Class CmdlineOptions.OptionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.CmdlineOptions.OptionsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmdlineOptions
INTERNAL: An exception that is thrown when there are problems
with the options specified on the command line.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the invalid argument.getValue()Returns the value of the invalid argument.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
argument
-
value
-
-
Constructor Details
-
OptionsException
-
-
Method Details
-
getArgument
Returns the name of the invalid argument. -
getValue
Returns the value of the invalid argument. -
getMessage
- Overrides:
getMessagein classThrowable
-