Class BaseFontCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.reporting.libraries.fonts.itext.BaseFontCreateException
- All Implemented Interfaces:
Serializable
The BaseFontCreateException is thrown if there are problemns while creating iText fonts.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new BaseFontCreateException with no message.Creates a new BaseFontCreateException with the given message.Creates a new BaseFontCreateException with the given message and base exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseFontCreateException
public BaseFontCreateException()Creates a new BaseFontCreateException with no message. -
BaseFontCreateException
Creates a new BaseFontCreateException with the given message and base exception.- Parameters:
s
- the message for this exceptione
- the exception that caused this exception.
-
BaseFontCreateException
Creates a new BaseFontCreateException with the given message.- Parameters:
s
- the message for this exception
-