| org.jfree.report.util.beans.BeanException
BeanException | public class BeanException extends StackableException (Code) | | The BeanException class signals errors when setting or reading bean
properties.
author: Thomas Morgner |
BeanException | public BeanException()(Code) | | DefaultConstructor.
|
BeanException | public BeanException(String message, Exception ex)(Code) | | Creates a new BeanException with the given message and parent exception.
Parameters: message - the message text Parameters: ex - the parent exception |
BeanException | public BeanException(String message)(Code) | | Creates a new BeanException with the given message.
Parameters: message - the message. |
|
|