Package network.oxalis.commons.error
Class SilentErrorTracker
- java.lang.Object
-
- network.oxalis.commons.error.SilentErrorTracker
-
- All Implemented Interfaces:
ErrorTracker
@Singleton public class SilentErrorTracker extends Object implements ErrorTracker
Silent error tracker with no logging and returning untracked identifiers.- Since:
- 4.0.2
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description SilentErrorTracker()
-
-
-
Method Detail
-
track
public String track(Direction direction, Exception e, boolean handled)
- Specified by:
trackin interfaceErrorTracker
-
-