public class CannotRenderException extends TilesException
| Constructor and Description |
|---|
CannotRenderException()
Constructor.
|
CannotRenderException(Exception e)
Constructor.
|
CannotRenderException(String message)
Constructor.
|
CannotRenderException(String message,
Exception e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotRenderException()
public CannotRenderException(String message)
message - The detail message.public CannotRenderException(Exception e)
e - The exception to be wrapped.Copyright © 2025. All rights reserved.