org.apache.fop.render.afp.exceptions

Class FontRuntimeException


public class FontRuntimeException
extends NestedRuntimeException

A runtime exception for handling fatal errors in processing fonts.

Constructor Summary

FontRuntimeException(String msg)
Constructs a FontRuntimeException with the specified message.
FontRuntimeException(String msg, Throwable t)
Constructs a FontRuntimeException with the specified message wrapping the underlying exception.

Method Summary

Methods inherited from class org.apache.fop.render.afp.exceptions.NestedRuntimeException

getMessage, getUnderlyingException, printStackTrace, printStackTrace

Constructor Details

FontRuntimeException

public FontRuntimeException(String msg)
Constructs a FontRuntimeException with the specified message.
Parameters:
msg - the exception mesaage

FontRuntimeException

public FontRuntimeException(String msg,
                            Throwable t)
Constructs a FontRuntimeException with the specified message wrapping the underlying exception.
Parameters:
msg - the exception mesaage
t - the underlying exception

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.