org.jfree.report.expressions

Class ExpressionException

public class ExpressionException extends DataSourceException

Creation-Date: 08.10.2006, 16:12:43

Author: Thomas Morgner

Constructor Summary
ExpressionException(String message)
Creates an exception.
ExpressionException(String message, Exception ex)
Creates an exception.

Constructor Detail

ExpressionException

public ExpressionException(String message)
Creates an exception.

Parameters: message the exception message.

ExpressionException

public ExpressionException(String message, Exception ex)
Creates an exception.

Parameters: message the exception message. ex the parent exception.