public class TemplateLoaderException extends TemplateFactoryException
TemplateLoader is loading template.| Constructor and Description |
|---|
TemplateLoaderException(String message)
Constructs an instance of TemplateLoaderException with the given message.
|
TemplateLoaderException(String message,
Throwable cause)
Constructs an instance of TemplateLoaderException with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateLoaderException(String message)
message - exception message.Copyright © 2023. All rights reserved.