java.io.Serializablepublic class TransletRuleException extends TransletException
| Constructor | Description |
|---|---|
TransletRuleException(java.lang.String msg,
TransletRule transletRule) |
Instantiates a new TransletRuleException.
|
TransletRuleException(java.lang.String msg,
TransletRule transletRule,
java.lang.Throwable cause) |
Instantiates a new TransletRuleException.
|
| Modifier and Type | Method | Description |
|---|---|---|
TransletRule |
getTransletRule() |
Gets translet rule.
|
public TransletRuleException(java.lang.String msg,
TransletRule transletRule)
msg - the detail messagetransletRule - the translet rulepublic TransletRuleException(java.lang.String msg,
TransletRule transletRule,
java.lang.Throwable cause)
msg - the detail messagetransletRule - the translet rulecause - the root causepublic TransletRule getTransletRule()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.