gov.nasa.pds.imaging.generate.cli.options
Class InvalidOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.imaging.generate.cli.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:
jpadams
See Also:
Serialized Form

Constructor Summary
InvalidOptionException(String msg)
          Constructor.
 
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

InvalidOptionException

public InvalidOptionException(String msg)
Constructor.

Parameters:
msg - An exception message.


Copyright © 2010–2015 Planetary Data System. All rights reserved.