public class BaseFontCreateException
extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException
| Constructor and Description |
|---|
BaseFontCreateException()
Creates a new BaseFontCreateException with no message.
|
BaseFontCreateException(String s)
Creates a new BaseFontCreateException with the given message.
|
BaseFontCreateException(String s,
Exception e)
Creates a new BaseFontCreateException with the given message and base exception.
|
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic BaseFontCreateException()
public BaseFontCreateException(String s, Exception e)
s - the message for this exceptione - the exception that caused this exception.public BaseFontCreateException(String s)
s - the message for this exception