Uses of Class
es.bsc.dataclay.tool.Util.ERRCODE
-
Packages that use Util.ERRCODE Package Description es.bsc.dataclay.tool -
-
Uses of Util.ERRCODE in es.bsc.dataclay.tool
Methods in es.bsc.dataclay.tool that return Util.ERRCODE Modifier and Type Method Description static Util.ERRCODE
Util.ERRCODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static Util.ERRCODE[]
Util.ERRCODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.tool with parameters of type Util.ERRCODE Modifier and Type Method Description static void
Util. finishErr(String msg, Util.ERRCODE exitcode)
Finalize dataClay connection and prints error message
-