compbio.metadata
Class WrongParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by compbio.metadata.WrongParameterException
All Implemented Interfaces:
Serializable

public class WrongParameterException
extends Exception

WrongParameterException is thrown wherever the RunnerConfig object does not match the actual runnable or then attempting to set the value of Argument to invalid value.

Version:
1.0 October 2009
Author:
pvtroshin
See Also:
Serialized Form

Constructor Summary
WrongParameterException(Option<?> option)
           
WrongParameterException(String message)
           
WrongParameterException(String message, Throwable cause)
           
WrongParameterException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongParameterException

public WrongParameterException(Option<?> option)

WrongParameterException

public WrongParameterException(String message)

WrongParameterException

public WrongParameterException(Throwable cause)

WrongParameterException

public WrongParameterException(String message,
                               Throwable cause)