Class FontLoadingException

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

    • FontLoadingException

      public FontLoadingException()
    • FontLoadingException

      public FontLoadingException(Font font)
    • FontLoadingException

      public FontLoadingException(String message)
    • FontLoadingException

      public FontLoadingException(String message, Font font)
    • FontLoadingException

      public FontLoadingException(String message, Throwable cause)
    • FontLoadingException

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

      public FontLoadingException(Throwable cause)
    • FontLoadingException

      public FontLoadingException(Throwable cause, Font font)