类 AbstractRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.stirrup.core.definition.exception.AbstractRuntimeException
- 所有已实现的接口:
HerodotusException,Serializable
- 直接已知子类:
PlatformRuntimeException
public abstract class AbstractRuntimeException
extends RuntimeException
implements HerodotusException
Description: 自定义错误基础类
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2022/3/4 18:31
-
构造器概要
构造器限定符构造器说明AbstractRuntimeException(String message) AbstractRuntimeException(String message, Throwable cause) protectedAbstractRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
方法概要
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.core.definition.exception.HerodotusException
getFeedback
-
构造器详细资料
-
AbstractRuntimeException
public AbstractRuntimeException() -
AbstractRuntimeException
-
AbstractRuntimeException
-
AbstractRuntimeException
-
AbstractRuntimeException
-
-
方法详细资料
-
getResult
从接口复制的说明:HerodotusException错误信息转换为 Result 对象。- 指定者:
getResult在接口中HerodotusException- 返回:
- 结果对象
Result
-