Uses of Class
es.bsc.dataclay.exceptions.ErrorDefs.ERRORCODE
-
Packages that use ErrorDefs.ERRORCODE Package Description es.bsc.dataclay.exceptions General exception to manage error codes -
-
Uses of ErrorDefs.ERRORCODE in es.bsc.dataclay.exceptions
Methods in es.bsc.dataclay.exceptions that return ErrorDefs.ERRORCODE Modifier and Type Method Description ErrorDefs.ERRORCODEDataClayException. getErrorcode()Get the DataClayException::errorCodestatic ErrorDefs.ERRORCODEErrorDefs.ERRORCODE. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorDefs.ERRORCODE[]ErrorDefs.ERRORCODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.exceptions with parameters of type ErrorDefs.ERRORCODE Modifier and Type Method Description voidDataClayException. setErrorCode(ErrorDefs.ERRORCODE newerrorCode)Set the DataClayException::errorCodeConstructors in es.bsc.dataclay.exceptions with parameters of type ErrorDefs.ERRORCODE Constructor Description DataClayException(ErrorDefs.ERRORCODE theerrorCode)DataClayException constructorDataClayException(ErrorDefs.ERRORCODE theerrorCode, String theexceptionMessage, boolean verbose)DataClayException constructorDataClayRuntimeException(ErrorDefs.ERRORCODE theerrorCode)DataClayRuntimeException constructorDataClayRuntimeException(ErrorDefs.ERRORCODE theerrorCode, String theexceptionMessage, boolean extendedMsg)DataClayRuntimeException constructor
-