Uses of Enum Class
com.tailf.ned.NedErrorCode
-
Uses of NedErrorCode in com.tailf.ned
Modifier and TypeMethodDescriptionNedException.getNedErrorCode()
static NedErrorCode
NedErrorCode.valueOf
(int i) Get the NED error code from the given integer.static NedErrorCode
Returns the enum constant of this class with the specified name.static NedErrorCode[]
NedErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NedWorker.connectError
(NedErrorCode code) void
NedWorker.connectError
(NedErrorCode code, String info) This method should be invoked if the NED fails to perform the connect() operation.void
NedWorker.error
(int op, NedErrorCode errCode, String reason) This function should be called when a callback like abort,persist, etc cannot be completed.ModifierConstructorDescriptionNedException
(NedErrorCode aCode, String msg) NedException
(NedErrorCode aCode, String msg, Throwable cause)