|
fop 0.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.fop.render.afp.exceptions.NestedRuntimeException | +--org.apache.fop.render.afp.exceptions.RendererRuntimeException
A runtime exception for handling fatal errors in rendering.
Constructor Summary | |
RendererRuntimeException(java.lang.String msg)
Constructs a RendererRuntimeException with the specified message. |
|
RendererRuntimeException(java.lang.String msg,
java.lang.Throwable t)
Constructs a RendererRuntimeException 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, getLocalizedMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RendererRuntimeException(java.lang.String msg)
msg
- the exception mesaagepublic RendererRuntimeException(java.lang.String msg, java.lang.Throwable t)
msg
- the exception mesaaget
- the underlying exception
|
fop 0.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |