| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
StackableExceptionorg.jfree.report.DataSourceExceptionorg.jfree.report.expressions.ExpressionExceptionpublic class ExpressionExceptionextends DataSourceExceptionConstructor Summary | |
| |
| |
public ExpressionException(String message)
Creates an exception.
- Parameters:
message- the exception message.
public ExpressionException(String message, Exception ex)
Creates an exception.
- Parameters:
message- the exception message.ex- the parent exception.