Class IncompatibleSubtableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.docx4j.fonts.fop.complexscripts.fonts.IncompatibleSubtableException
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleSubtableException
extends java.lang.RuntimeException
Exception thrown during when attempting to map glyphs to associated characters in the case that the associated characters do not represent a compact interval.
This work was originally authored by Glenn Adams (gadams@apache.org).
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IncompatibleSubtableException()Instantiate incompatible subtable exceptionIncompatibleSubtableException(java.lang.String message)Instantiate incompatible subtable exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
IncompatibleSubtableException
public IncompatibleSubtableException()Instantiate incompatible subtable exception -
IncompatibleSubtableException
public IncompatibleSubtableException(java.lang.String message)Instantiate incompatible subtable exception- Parameters:
message- a message string
-