public class RendererException extends Exception
RendererException class.
| Constructor and Description |
|---|
RendererException(String message)
Construct a RendererException with a message.
|
RendererException(String message,
Throwable t)
Construct a RendererException with a message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RendererException(String message)
message - a custom message.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.