hekailiang / squirrel

squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
http://hekailiang.github.io/squirrel/
Other
2.19k stars 540 forks source link

when biz code occurs an exception , here will lost StackTrace #144

Open leizhiyuan opened 1 year ago

leizhiyuan commented 1 year ago

https://github.com/hekailiang/squirrel/blob/160f13b5de20b6154b2694cf08897b013b98e084/squirrel-foundation/src/main/java/org/squirrelframework/foundation/util/ReflectUtils.java#L340C11-L340C11

leizhiyuan commented 1 year ago

can we use e not e.getmessage()?