Class FontManagerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FontManagerException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FontManagerException​(int code, java.lang.String message)  
      FontManagerException​(int code, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

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

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

      • FONTMGR_FONTDIREXCEPTION

        public static final int FONTMGR_FONTDIREXCEPTION
        exception related to font directories
        See Also:
        Constant Field Values
      • FONTMGR_FONTLOADINGEXCEPTION

        public static final int FONTMGR_FONTLOADINGEXCEPTION
        exception while loading fonts
        See Also:
        Constant Field Values
      • PDFFONTEXCEPTION

        public static final int PDFFONTEXCEPTION
        gibson PDFFontException
        See Also:
        Constant Field Values
    • Constructor Detail

      • FontManagerException

        public FontManagerException​(int code,
                                    java.lang.String message)
      • FontManagerException

        public FontManagerException​(int code,
                                    java.lang.String message,
                                    java.lang.Throwable cause)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable