Class InvalidGlyphException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidGlyphException
    extends InvalidFontException
    The charstring associated with the glyph cannot be interpreted.

    Synchronization

    This class has the same threadsafety guarantees java.lang.Exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidGlyphException

        public InvalidGlyphException()
      • InvalidGlyphException

        public InvalidGlyphException​(Font font)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.String message)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.String message,
                                     Font font)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.String message,
                                     java.lang.Throwable cause,
                                     Font font)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.Throwable cause)
      • InvalidGlyphException

        public InvalidGlyphException​(java.lang.Throwable cause,
                                     Font font)