Package org.skr.common.exception
Class ConfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.skr.common.exception.BaseException
-
- org.skr.common.exception.ConfException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfException extends BaseException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.skr.common.exception.BaseException
TOP_STACK
-
-
Constructor Summary
Constructors Constructor Description ConfException(@NotNull ErrorInfo errorInfo)ConfException(@NotNull ErrorInfo errorInfo, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfogetErrorInfo()-
Methods inherited from class org.skr.common.exception.BaseException
getStackTrace
-
-
-
-
Method Detail
-
getErrorInfo
public ErrorInfo getErrorInfo()
- Overrides:
getErrorInfoin classBaseException
-
-