public class IncompatibleSubtableException extends 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).
Constructor and Description |
---|
IncompatibleSubtableException()
Instantiate incompatible subtable exception
|
IncompatibleSubtableException(String message)
Instantiate incompatible subtable exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleSubtableException()
public IncompatibleSubtableException(String message)
message
- a message stringCopyright © 2025 Apache Software Foundation. All rights reserved.