Class InvalidFontException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jasperreports.engine.JRRuntimeException
-
- net.sf.jasperreports.engine.fonts.InvalidFontException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidFontException extends JRRuntimeException
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_ERROR_LOADING-
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description InvalidFontException(java.lang.String font, java.lang.Exception e)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_ERROR_LOADING
public static final java.lang.String EXCEPTION_MESSAGE_KEY_ERROR_LOADING
- See Also:
- Constant Field Values
-
-