Package com.tom_roush.fontbox.type1
Class DamagedFontException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.tom_roush.fontbox.type1.DamagedFontException
-
- All Implemented Interfaces:
Serializable
public class DamagedFontException extends IOException
Thrown when a font is damaged and cannot be read.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DamagedFontException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DamagedFontException
public DamagedFontException(String message)
-
-