Package org.bytemechanics.commons.string
Class Figlet.NoFigletFontFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bytemechanics.commons.string.Figlet.NoFigletFontFormatException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Figlet
public class Figlet.NoFigletFontFormatException extends RuntimeException
Exception to report that provided font url is not valid- Author:
- afarre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoFigletFontFormatException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-