Package icu.easyj.core.exception
Class BaseRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnalysisException,ConfigurationException,ConverterNotFoundException,ConvertException,JSONParseException,NotSupportedException,ParseException,SdkException
通用运行时异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseRuntimeException(String message) BaseRuntimeException(String message, String errorCode) BaseRuntimeException(String message, String errorCode, Throwable cause) BaseRuntimeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseRuntimeException
-
BaseRuntimeException
-
BaseRuntimeException
-
BaseRuntimeException
-
-
Method Details
-
getErrorCode
获取错误码- Returns:
- 错误码
-