Class FontManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.day.cq.dam.handler.gibson.fontmanager.FontManagerException
-
- All Implemented Interfaces:
java.io.Serializable
public class FontManagerException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
FONTMGR_FONTDIREXCEPTION
exception related to font directoriesstatic int
FONTMGR_FONTLOADINGEXCEPTION
exception while loading fontsstatic int
PDFFONTEXCEPTION
gibson PDFFontException
-
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()
-
-
-
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
-
-