java.io.Serializablepublic class TemplateProcessorException extends TemplateRuleException
Created: 2016. 01. 15.
| Constructor | Description |
|---|---|
TemplateProcessorException(java.lang.String msg,
TemplateRule templateRule) |
Instantiates a new TemplateProcessorException.
|
TemplateProcessorException(java.lang.String msg,
TemplateRule templateRule,
java.lang.Throwable cause) |
Instantiates a new TemplateProcessorException.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTemplateRulepublic TemplateProcessorException(java.lang.String msg,
TemplateRule templateRule)
msg - the detail messagetemplateRule - the template rulepublic TemplateProcessorException(java.lang.String msg,
TemplateRule templateRule,
java.lang.Throwable cause)
msg - the detail messagetemplateRule - the template rulecause - the root causeCopyright © 2008–2018 The Aspectran Project. All rights reserved.