org.jfree.layouting.layouter.style.functions
public class FunctionEvaluationException extends StackableException
| Constructor Summary | |
|---|---|
| FunctionEvaluationException() Creates a StackableRuntimeException with no message and no parent. | |
| FunctionEvaluationException(String message, Exception ex)
Creates an exception.
| |
| FunctionEvaluationException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.