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:
Serializable
public class FontManagerException extends 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, String message)FontManagerException(int code, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-