org.pentaho.reporting.libraries.fonts.itext

Class BaseFontCreateException

public class BaseFontCreateException extends StackableRuntimeException

The BaseFontCreateException is thrown if there are problemns while creating iText fonts.

Author: Thomas Morgner

Constructor Summary
BaseFontCreateException()
Creates a new BaseFontCreateException with no message.
BaseFontCreateException(String s, Exception e)
Creates a new BaseFontCreateException with the given message and base exception.
BaseFontCreateException(String s)
Creates a new BaseFontCreateException with the given message.

Constructor Detail

BaseFontCreateException

public BaseFontCreateException()
Creates a new BaseFontCreateException with no message.

BaseFontCreateException

public BaseFontCreateException(String s, Exception e)
Creates a new BaseFontCreateException with the given message and base exception.

Parameters: s the message for this exception e the exception that caused this exception.

BaseFontCreateException

public BaseFontCreateException(String s)
Creates a new BaseFontCreateException with the given message.

Parameters: s the message for this exception