org.jfree.report.util.beans
public class BeanException extends org.pentaho.reporting.libraries.base.util.StackableException
| Constructor and Description |
|---|
BeanException()
DefaultConstructor.
|
BeanException(java.lang.String message)
Creates a new BeanException with the given message.
|
BeanException(java.lang.String message,
java.lang.Exception ex)
Creates a new BeanException with the given message and parent exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic BeanException()
public BeanException(java.lang.String message,
java.lang.Exception ex)
message - the message textex - the parent exceptionpublic BeanException(java.lang.String message)
message - the message.