Class UnsupportedFontException

All Implemented Interfaces:
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:
  • Constructor Details

    • UnsupportedFontException

      public UnsupportedFontException()
    • UnsupportedFontException

      public UnsupportedFontException(Font font)
    • UnsupportedFontException

      public UnsupportedFontException(String message)
    • UnsupportedFontException

      public UnsupportedFontException(String message, Font font)
    • UnsupportedFontException

      public UnsupportedFontException(String message, Throwable cause)
    • UnsupportedFontException

      public UnsupportedFontException(String message, Throwable cause, Font font)
    • UnsupportedFontException

      public UnsupportedFontException(Throwable cause)
    • UnsupportedFontException

      public UnsupportedFontException(Throwable cause, Font font)