Package org.apache.fop.afp.fonts
Class FontRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.fop.afp.fonts.FontRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class FontRuntimeException extends java.lang.RuntimeException
A runtime exception for handling fatal errors in processing fonts.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FontRuntimeException(java.lang.String msg)
Constructs a FontRuntimeException with the specified message.FontRuntimeException(java.lang.String msg, java.lang.Throwable t)
Constructs a FontRuntimeException with the specified message wrapping the underlying exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FontRuntimeException
public FontRuntimeException(java.lang.String msg)
Constructs a FontRuntimeException with the specified message.- Parameters:
msg
- the exception mesaage
-
FontRuntimeException
public FontRuntimeException(java.lang.String msg, java.lang.Throwable t)
Constructs a FontRuntimeException with the specified message wrapping the underlying exception.- Parameters:
msg
- the exception mesaaget
- the underlying exception
-
-