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
public static class CmdlineOptions.OptionsException
- extends Exception
INTERNAL: An exception that is thrown when there are problems
with the options specified on the command line.
- See Also:
- Serialized Form
argument
protected String argument
value
protected String value
CmdlineOptions.OptionsException
public CmdlineOptions.OptionsException(String argument,
String value)
getArgument
public String getArgument()
- Returns the name of the invalid argument.
getValue
public String getValue()
- Returns the value of the invalid argument.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2000-2012 Ontopia.