Class InvalidFontUrlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.m64diamondstar.dialoguemaster.api.utils.exceptions.InvalidFontUrlException
All Implemented Interfaces:
Serializable

public class InvalidFontUrlException extends Exception
This exception is thrown when an error occurs while trying to retrieve a TFF or OTF font from a URL.
See Also:
  • Constructor Details

    • InvalidFontUrlException

      public InvalidFontUrlException(String message)