Class InvalidOptionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- gov.nasa.pds.harvest.search.commandline.options.InvalidOptionException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class InvalidOptionException extends Exception Exception class that is called upon errors found during command-line option processing.- Author:
- mcayanan
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidOptionException(String msg)Constructor.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
InvalidOptionExceptionpublic InvalidOptionException(String msg) Constructor.- Parameters:
- msg- An exception message.
 
 
- 
 
-