| org.jfree.report.function.FunctionProcessingException
FunctionProcessingException | public class FunctionProcessingException extends StackableRuntimeException (Code) | | An exception that indicates that a function has not been correctly initialised.
author: Thomas Morgner |
FunctionProcessingException | public FunctionProcessingException()(Code) | | Default constructor.
|
FunctionProcessingException | public FunctionProcessingException(String message, Exception ex)(Code) | | Creates an exception.
Parameters: message - the exception message. Parameters: ex - the parent exception. |
FunctionProcessingException | public FunctionProcessingException(String message)(Code) | | Creates an exception.
Parameters: message - the exception message. |
|
|