Class UnsupportedFontException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedFontException
    extends FontException
    Generally thrown when the major version number of a table is not supported or when the font contains unsupported operators that make it unusable.

    Synchronization

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

    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedFontException

        public UnsupportedFontException()
      • UnsupportedFontException

        public UnsupportedFontException​(Font font)
      • UnsupportedFontException

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

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

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

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

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

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