org.apache.fop.render.afp.exceptions
Class FontRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.fop.render.afp.exceptions.NestedRuntimeException
                  extended byorg.apache.fop.render.afp.exceptions.FontRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class FontRuntimeException
extends NestedRuntimeException

A runtime exception for handling fatal errors in processing fonts.

See Also:
Serialized Form

Constructor Summary
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.
 
Methods inherited from class org.apache.fop.render.afp.exceptions.NestedRuntimeException
getMessage, getUnderlyingException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 mesaage
t - the underlying exception