public class RendererRuntimeException extends NestedRuntimeException
Constructor and Description |
---|
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.
|
getMessage, getUnderlyingException, printStackTrace, printStackTrace
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 exceptionCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.