类 PlatformRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.stirrup.core.definition.exception.AbstractRuntimeException
cn.herodotus.stirrup.core.definition.exception.PlatformRuntimeException
- 所有已实现的接口:
HerodotusException,Serializable
Description: 平台基础Exception
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2019/12/18 15:31
-
构造器概要
构造器限定符构造器说明PlatformRuntimeException(String message) PlatformRuntimeException(String message, Throwable cause) protectedPlatformRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
方法概要
从类继承的方法 cn.herodotus.stirrup.core.definition.exception.AbstractRuntimeException
getResult
-
构造器详细资料
-
PlatformRuntimeException
public PlatformRuntimeException() -
PlatformRuntimeException
-
PlatformRuntimeException
-
PlatformRuntimeException
-
PlatformRuntimeException
-
-
方法详细资料
-
getFeedback
从接口复制的说明:HerodotusException获取反馈信息- 返回:
- 反馈信息对象
Feedback
-