public class NoteTemplateRenderException extends Exception
Constructor and Description |
---|
NoteTemplateRenderException(String templateId,
String message,
Throwable cause)
Creates a new exception with detail message and cause.
|
NoteTemplateRenderException(String templateId,
Throwable cause)
Creates a new exception with cause.
|
Modifier and Type | Method and Description |
---|---|
String |
getTemplateId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoteTemplateRenderException(String templateId, String message, Throwable cause)
templateId
- the ID of the template definition whose template couldn't be renderedmessage
- the detail messagecause
- the cause, can be nullpublic String getTemplateId()
Copyright © 2019 Communote team. All rights reserved.