Uses of Class
com.core.exception.business.SRuntimeException
-
Packages that use SRuntimeException Package Description com.core.exception.business -
-
Uses of SRuntimeException in com.core.exception.business
Subclasses of SRuntimeException in com.core.exception.business Modifier and Type Class Description class
SBatchClassInstantiationException
class
SBatchExternalProcessException
class
SJobConfigException
class
SReaderAndParserUnmatchingException
class
SStepAfterExecutionException
class
SStepBeforeExecutionException
class
SStepConfigException
class
STokenException
class
SWriterAndParserUnmatchingException
Methods in com.core.exception.business that throw SRuntimeException Modifier and Type Method Description static java.lang.String
SExceptionPitcher. throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
SExceptionPitcher. throwMRuntimeException(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static void
SExceptionPitcher. throwMRuntimeException(java.lang.String mCode, java.lang.String[] params, java.lang.Class<SSortUtil> cls, java.lang.String method)
static java.lang.String
SExceptionPitcher. throwMRuntimeException(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
SExceptionPitcher. 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
SExceptionPitcher. throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method)
static java.lang.String
SExceptionPitcher. throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
static java.lang.String
SExceptionPitcher. throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method)
static java.lang.String
SExceptionPitcher. throwMRuntimeExceptionSystemError(java.lang.String mCode, java.lang.String mMessage, java.lang.Class cls, java.lang.String method, java.lang.Throwable t)
-