org.apache.fop.render.afp.exceptions

Class RendererRuntimeException


public class RendererRuntimeException
extends NestedRuntimeException

A runtime exception for handling fatal errors in rendering.

Constructor Summary

RendererRuntimeException(String msg)
Constructs a RendererRuntimeException with the specified message.
RendererRuntimeException(String msg, Throwable t)
Constructs a RendererRuntimeException 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

RendererRuntimeException

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

RendererRuntimeException

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

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