org.jfree.report.util.beans
public class BeanException extends StackableException
Constructor Summary | |
---|---|
BeanException()
DefaultConstructor. | |
BeanException(String message, Exception ex)
Creates a new BeanException with the given message and parent exception.
| |
BeanException(String message)
Creates a new BeanException with the given message.
|
Parameters: message the message text ex the parent exception
Parameters: message the message.