public class DiscontinuousAssociationException
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).
Constructor and Description |
---|
DiscontinuousAssociationException()
Instantiate discontinuous association exception
|
DiscontinuousAssociationException(java.lang.String message)
Instantiate discontinuous association exception
|
public DiscontinuousAssociationException()
public DiscontinuousAssociationException(java.lang.String message)
message
- a message stringCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.