Uses of Class
de.mhus.lib.basics.RC.CAUSE
-
Packages that use RC.CAUSE Package Description de.mhus.lib.basics de.mhus.lib.errors -
-
Uses of RC.CAUSE in de.mhus.lib.basics
Methods in de.mhus.lib.basics that return RC.CAUSE Modifier and Type Method Description static RC.CAUSERC.CAUSE. valueOf(String name)Returns the enum constant of this type with the specified name.static RC.CAUSE[]RC.CAUSE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mhus.lib.basics with parameters of type RC.CAUSE Modifier and Type Method Description static ThrowableRC. findCause(RC.CAUSE causeHandling, Object... in)static intRC. findReturnCode(RC.CAUSE causeHandling, int rc, Object... in)static StringRC. toMessage(int rc, RC.CAUSE causeHandling, String msg, Object[] parameters, int maxSize)static StringRC. toMessage(int rc, RC.CAUSE causeHandling, String msg, Object[] parameters, int maxSize, IResult cause) -
Uses of RC.CAUSE in de.mhus.lib.errors
-