org.apache.fop.render.afp.exceptions
Class FontRuntimeException
public class FontRuntimeException
A runtime exception for handling fatal errors in processing fonts.
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.
|
FontRuntimeException
public FontRuntimeException(String msg)
Constructs a FontRuntimeException with the specified message.
msg
- the exception mesaage
FontRuntimeException
public FontRuntimeException(String msg,
Throwable t)
Constructs a FontRuntimeException 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.