java.lang.Iterable<ExceptionThrownRule>public class ExceptionRule extends java.lang.Object implements java.lang.Iterable<ExceptionThrownRule>
Created: 2009. 03. 09 PM 23:48:09
| Constructor | Description |
|---|---|
ExceptionRule() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
Gets the description.
|
ExceptionThrownRule |
getExceptionThrownRule(java.lang.Throwable ex) |
Gets the exception thrown rule as specified exception.
|
java.util.Iterator<ExceptionThrownRule> |
iterator() |
|
void |
putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule) |
Puts the exception thrown rule.
|
void |
setDescription(java.lang.String description) |
Sets the description.
|
public void putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule)
exceptionThrownRule - the exception thrown rulepublic ExceptionThrownRule getExceptionThrownRule(java.lang.Throwable ex)
ex - the exceptionpublic java.util.Iterator<ExceptionThrownRule> iterator()
iterator in interface java.lang.Iterable<ExceptionThrownRule>public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.