org.jfree.report.util.beans
Class BeanException
StackableExceptionorg.jfree.report.util.beans.BeanException
extends StackableException
The BeanException class signals errors when setting or reading bean
properties.
BeanException()- DefaultConstructor.
|
BeanException(String message)- Creates a new BeanException with the given message.
|
BeanException(String message, Exception ex)- Creates a new BeanException with the given message and parent exception.
|
BeanException
public BeanException(String message)
Creates a new BeanException with the given message.
BeanException
public BeanException(String message,
Exception ex) Creates a new BeanException with the given message and parent exception.
message - the message textex - the parent exception