Package com.core.exception.business
Class SExceptionPitcher
- java.lang.Object
-
- com.core.exception.business.SExceptionPitcher
-
public class SExceptionPitcher extends java.lang.Object
logging and pitch exception after caught exception
- Version:
- 0.1, 2018-04-25
-
-
Constructor Summary
Constructors Constructor Description SExceptionPitcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
throwMaruException(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruException(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMaruException(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruException(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMaruExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMaruExceptionWithoutCode(java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMaruExceptionWithoutCode(java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static void
throwMRuntimeException(java.lang.String mCode, java.lang.String[] params, java.lang.Class<SSortUtil> cls, java.lang.String method)
static java.lang.String
throwMRuntimeException(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMRuntimeException(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
-
-
-
Method Detail
-
throwMaruExceptionWithoutCode
public static java.lang.String throwMaruExceptionWithoutCode(java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionWithoutCode
public static java.lang.String throwMaruExceptionWithoutCode(java.lang.String mMessage, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMaruException
public static java.lang.String throwMaruException(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SoloException
- Throws:
SoloException
-
throwMaruException
public static java.lang.String throwMaruException(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SoloException
- Throws:
SoloException
-
throwMaruException
public static java.lang.String throwMaruException(java.lang.String mCode, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMaruException
public static java.lang.String throwMaruException(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionSystemError
public static java.lang.String throwMaruExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionSystemError
public static java.lang.String throwMaruExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionSystemError
public static java.lang.String throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionSystemError
public static java.lang.String throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMaruExceptionSystemError
public static java.lang.String throwMaruExceptionSystemError(java.lang.String mCode, java.lang.String[] params, java.lang.Class cls, java.lang.String method) throws SoloException
- Throws:
SoloException
-
throwMRuntimeException
public static java.lang.String throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeException
public static java.lang.String throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeException
public static java.lang.String throwMRuntimeException(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeException
public static java.lang.String throwMRuntimeException(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeExceptionSystemError
public static java.lang.String throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeExceptionSystemError
public static java.lang.String throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeExceptionSystemError
public static java.lang.String throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeExceptionSystemError
public static java.lang.String throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method) throws SRuntimeException
- Throws:
SRuntimeException
-
throwMRuntimeException
public static void throwMRuntimeException(java.lang.String mCode, java.lang.String[] params, java.lang.Class<SSortUtil> cls, java.lang.String method) throws SRuntimeException
- Throws:
SRuntimeException
-
-