org.pentaho.reporting.libraries.fonts.itext
Class BaseFontCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.reporting.libraries.base.util.StackableRuntimeException
org.pentaho.reporting.libraries.fonts.itext.BaseFontCreateException
- All Implemented Interfaces:
- Serializable
public class BaseFontCreateException
- extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException
The BaseFontCreateException is thrown if there are problemns while creating iText
fonts.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException |
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace |
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 exceptione
- 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