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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intexception related to font directoriesstatic final intexception while loading fontsstatic final intgibson PDFFontException -
Constructor Summary
ConstructorsConstructorDescriptionFontManagerException(int code, String message) FontManagerException(int code, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FONTMGR_FONTDIREXCEPTION
public static final int FONTMGR_FONTDIREXCEPTIONexception related to font directories- See Also:
-
FONTMGR_FONTLOADINGEXCEPTION
public static final int FONTMGR_FONTLOADINGEXCEPTIONexception while loading fonts- See Also:
-
PDFFONTEXCEPTION
public static final int PDFFONTEXCEPTIONgibson PDFFontException- See Also:
-
-
Constructor Details
-
FontManagerException
-
FontManagerException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-