Uses of Enum Class
com.tailf.ned.NedErrorCode
Packages that use NedErrorCode
-
Uses of NedErrorCode in com.tailf.ned
Methods in com.tailf.ned that return NedErrorCodeModifier 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.Methods in com.tailf.ned with parameters of type NedErrorCodeModifier 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.Constructors in com.tailf.ned with parameters of type NedErrorCodeModifierConstructorDescriptionNedException
(NedErrorCode aCode, String msg) NedException
(NedErrorCode aCode, String msg, Throwable cause)