SMILA (incubation) API documentation

org.eclipse.smila.processing.parameters
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.processing.ProcessingException
              extended by org.eclipse.smila.processing.parameters.MissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MissingParameterException
extends ProcessingException

exception thrown by ParameterAccessor on access to missing required parameters.

Author:
jschumacher
See Also:
Serialized Form

Constructor Summary
MissingParameterException(java.lang.String message)
           
 
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

MissingParameterException

public MissingParameterException(java.lang.String message)
Parameters:
message - description

SMILA (incubation) API documentation