Uses of Class
network.oxalis.commons.error.ErrorConf
-
Packages that use ErrorConf Package Description network.oxalis.commons.error -
-
Uses of ErrorConf in network.oxalis.commons.error
Methods in network.oxalis.commons.error that return ErrorConf Modifier and Type Method Description static ErrorConfErrorConf. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorConf[]ErrorConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.error with type arguments of type ErrorConf Modifier and Type Method Description protected ErrorTrackerErrorModule. getErrorTracker(com.google.inject.Injector injector, Settings<ErrorConf> settings)
-