| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.llnl.babel.cli.InvalidOptionException
public class InvalidOptionException
This exception is thrown by a 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 Summary | |
|---|---|
| InvalidOptionException(java.lang.String message)Create an exception to indicate that Babel received an invalid option on the command line. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public InvalidOptionException(java.lang.String message)
message - a message indicating how the option was invalid.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||