gov.llnl.babel.cli
public class InvalidOptionException extends java.lang.Exception
CommandLineSwitch
when it receives the command line
switch is somehow invalid. For example, two switches may be mutually
exclusive, so having both in a command line would cause the second
switch to throw this exception. Throwing this exception should
normally cause a Babel run to quit immediately.Constructor and Description |
---|
InvalidOptionException(java.lang.String message)
Create an exception to indicate that Babel received an invalid
option on the command line.
|
public InvalidOptionException(java.lang.String message)
message
- a message indicating how the option was invalid.