Uses of Class
com.core.exception.util.SLExceptionCode
-
Packages that use SLExceptionCode Package Description com.core.exception.util -
-
Uses of SLExceptionCode in com.core.exception.util
Methods in com.core.exception.util that return SLExceptionCode Modifier and Type Method Description static SLExceptionCode
SLExceptionCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SLExceptionCode[]
SLExceptionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-