public static class AbstractTaskState.ExceptionMatchImpl extends Object implements TaskState.ExceptionMatch
| 构造器和说明 |
|---|
ExceptionMatchImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Class<? extends Exception>> |
getExceptionClasses()
exception classes
|
List<String> |
getExceptions()
exceptions
|
String |
getNext()
next state name
|
void |
setExceptionClasses(List<Class<? extends Exception>> exceptionClasses)
set exception classes
|
void |
setExceptions(List<String> exceptions) |
void |
setNext(String next) |
public List<String> getExceptions()
TaskState.ExceptionMatchgetExceptions 在接口中 TaskState.ExceptionMatchpublic List<Class<? extends Exception>> getExceptionClasses()
TaskState.ExceptionMatchgetExceptionClasses 在接口中 TaskState.ExceptionMatchpublic void setExceptionClasses(List<Class<? extends Exception>> exceptionClasses)
TaskState.ExceptionMatchsetExceptionClasses 在接口中 TaskState.ExceptionMatchpublic String getNext()
TaskState.ExceptionMatchgetNext 在接口中 TaskState.ExceptionMatchpublic void setNext(String next)
Copyright © 2020 Seata. All rights reserved.