Class SyFontException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsycamore.api.text.SyFontException
All Implemented Interfaces:
Serializable

public final class SyFontException extends Exception
An exception raised by font directories.
See Also:
  • Constructor Details

    • SyFontException

      public SyFontException(String message)
      Construct an exception.
      Parameters:
      message - The exception message
    • SyFontException

      public SyFontException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The exception message
      cause - The exception cause
    • SyFontException

      public SyFontException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The exception cause