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