org.apache.fop.render.afp.exceptions
Class RendererRuntimeException
public class RendererRuntimeException
A runtime exception for handling fatal errors in rendering.
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.
|
RendererRuntimeException
public RendererRuntimeException(String msg)
Constructs a RendererRuntimeException with the specified message.
msg
- the exception mesaage
RendererRuntimeException
public RendererRuntimeException(String msg,
Throwable t)
Constructs a RendererRuntimeException with the specified message
wrapping the underlying exception.
msg
- the exception mesaaget
- the underlying exception
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.