public class NoSuchRendererException extends RenderException
Constructor and Description |
---|
NoSuchRendererException()
Constructor.
|
NoSuchRendererException(String message)
Constructor.
|
NoSuchRendererException(String message,
Throwable e)
Constructor.
|
NoSuchRendererException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchRendererException()
public NoSuchRendererException(String message, Throwable e)
message
- The detail message.e
- The exception to be wrapped.public NoSuchRendererException(String message)
message
- The detail message.public NoSuchRendererException(Throwable e)
e
- The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.