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