Class GlyphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.preflight.font.util.GlyphException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGlyphException
(String errorCode, int cid) GlyphException
(String errorCode, int cid, String message) GlyphException
(String errorCode, int cid, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
-
invalidCid
private final int invalidCid
-
-
Constructor Details
-
GlyphException
-
GlyphException
-
GlyphException
-
-
Method Details
-
getErrorCode
-
getInvalidCid
public int getInvalidCid()
-