Uses of Class
dev.vality.damsel.fault_detector.Error
-
Uses of Error in dev.vality.damsel.fault_detector
Methods in dev.vality.damsel.fault_detector that return Error Modifier and Type Method Description ErrorError. deepCopy()ErrorOperationState. getError()ErrorError. setTimeEnd(String time_end)Methods in dev.vality.damsel.fault_detector with parameters of type Error Modifier and Type Method Description intError. compareTo(Error other)booleanError. equals(Error that)static OperationStateOperationState. error(Error value)voidOperationState. setError(Error value)Constructors in dev.vality.damsel.fault_detector with parameters of type Error Constructor Description Error(Error other)Performs a deep copy on other.