org.pentaho.reporting.engine.classic.core.function
Class FunctionProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.reporting.libraries.base.util.StackableRuntimeException
org.pentaho.reporting.engine.classic.core.function.FunctionProcessingException
- All Implemented Interfaces:
- Serializable
public class FunctionProcessingException
- extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException
An exception that indicates that a function has not been correctly initialised.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException |
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace |
FunctionProcessingException
public FunctionProcessingException()
- Default constructor.
FunctionProcessingException
public FunctionProcessingException(String message,
Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
FunctionProcessingException
public FunctionProcessingException(String message)
- Creates an exception.
- Parameters:
message
- the exception message.