Package org.pentaho.platform.api.engine
Class InvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description InvalidParameterException()
InvalidParameterException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidParameterException
public InvalidParameterException()
-
InvalidParameterException
public InvalidParameterException(String msg)
-
-