Class FontLoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FontLoadingException
    extends FontException
    Generally thrown when the data representing the font is unable to be loaded or reloaded.

    Synchronization

    This class has the same thread safety guarantees as java.lang.Exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • FontLoadingException

        public FontLoadingException()
      • FontLoadingException

        public FontLoadingException​(Font font)
      • FontLoadingException

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

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

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

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

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

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