public class KoUtil extends Object
| 构造器和说明 |
|---|
KoUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodNode |
getCurrentMethodInfo()
get the current method
|
static void |
recordException(Exception e)
record the exception to ko-time
|
static void |
throwException(Exception e)
record the exception to ko-time
this method will throw an exception named RecordException,and RunTimeHandler will receive it so that it can be record by ko-time
|
public static void throwException(Exception e)
public static void recordException(Exception e)
public static MethodNode getCurrentMethodInfo()
Copyright © 2022. All rights reserved.