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.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString, update
public 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.