org.pentaho.platform.api.engine
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.engine.InvalidParameterException
All Implemented Interfaces:
Serializable

public class InvalidParameterException
extends RuntimeException

This exception just signals that an exception occurred initializing parameters for an adcion-definition

Author:
dmoran
See Also:
Serialized Form

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

InvalidParameterException

public InvalidParameterException()

InvalidParameterException

public InvalidParameterException(String msg)