public class ExceptionSet
extends java.lang.Exception
Modifier and Type | Method and Description |
---|---|
static void |
statusProcess(int status,
java.lang.String className,
java.lang.String functionName)
Get the error message of the previous error and throw an exception
|
public static void statusProcess(int status, java.lang.String className, java.lang.String functionName) throws ExceptionSet
status
- Error codeclassName
- Error class namefunctionName
- Error function nameExceptionSet