Package org.skr.common.exception
Class BaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.skr.common.exception.BaseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BizException,ConfException,UnvarnishedFeignException
public abstract class BaseException extends java.lang.RuntimeExceptionThe super class for exceptions- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intTOP_STACK
-
Constructor Summary
Constructors Constructor Description BaseException()BaseException(java.lang.String message)BaseException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfogetErrorInfo()static java.lang.StringgetStackTrace(java.lang.Throwable cause)
-
-
-
Field Detail
-
TOP_STACK
public static final int TOP_STACK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorInfo
public ErrorInfo getErrorInfo()
-
getStackTrace
public static java.lang.String getStackTrace(java.lang.Throwable cause)
-
-