public class BaseFontCreateException
extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException
| Constructor and Description |
|---|
BaseFontCreateException()
Creates a new BaseFontCreateException with no message.
|
BaseFontCreateException(java.lang.String s)
Creates a new BaseFontCreateException with the given message.
|
BaseFontCreateException(java.lang.String s,
java.lang.Exception e)
Creates a new BaseFontCreateException with the given message and base exception.
|
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTracepublic BaseFontCreateException()
public BaseFontCreateException(java.lang.String s,
java.lang.Exception e)
s - the message for this exceptione - the exception that caused this exception.public BaseFontCreateException(java.lang.String s)
s - the message for this exception