gov.llnl.babel.cli
public class InvalidArgumentException extends java.lang.Exception
CommandLineSwitch
when
it receives an argument that's invalid. The message should be designed
to be meaningful to an end user.Constructor and Description |
---|
InvalidArgumentException(java.lang.String message)
Create an exception to indicate to a Babel end user how the
command line argument was invalid.
|
public InvalidArgumentException(java.lang.String message)
message
- a message that will be shown to the Babel
end user.