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 intFONTMGR_FONTDIREXCEPTIONexception related to font directoriesstatic intFONTMGR_FONTLOADINGEXCEPTIONexception while loading fontsstatic intPDFFONTEXCEPTIONgibson 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.StringgetMessage()
-
-
-
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
-
-