Uses of Class
org.optaweb.employeerostering.ExceptionDataMapper.ExceptionData
-
Packages that use ExceptionDataMapper.ExceptionData Package Description org.optaweb.employeerostering -
-
Uses of ExceptionDataMapper.ExceptionData in org.optaweb.employeerostering
Methods in org.optaweb.employeerostering that return ExceptionDataMapper.ExceptionData Modifier and Type Method Description ExceptionDataMapper.ExceptionDataExceptionDataMapper. getExceptionDataForExceptionClass(Class<? extends Throwable> clazz)static ExceptionDataMapper.ExceptionDataExceptionDataMapper.ExceptionData. valueOf(String name)Returns the enum constant of this type with the specified name.static ExceptionDataMapper.ExceptionData[]ExceptionDataMapper.ExceptionData. values()Returns an array containing the constants of this enum type, in the order they are declared.
-