Class BaseFontCreateException

  • All Implemented Interfaces:
    java.io.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
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException

        getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseFontCreateException

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

        public BaseFontCreateException​(java.lang.String s,
                                       java.lang.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​(java.lang.String s)
        Creates a new BaseFontCreateException with the given message.
        Parameters:
        s - the message for this exception