Class SyFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsycamore.api.text.SyFontException
- All Implemented Interfaces:
Serializable
An exception raised by font directories.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyFontException(String message) Construct an exception.SyFontException(String message, Throwable cause) Construct an exception.SyFontException(Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyFontException
Construct an exception.- Parameters:
message- The exception message
-
SyFontException
-
SyFontException
Construct an exception.- Parameters:
cause- The exception cause
-