Uses of Class
util.ExceptionTracker
Packages that use ExceptionTracker
-
Uses of ExceptionTracker in util
Fields in util declared as ExceptionTrackerModifier and TypeFieldDescriptionprotected ExceptionTracker
AbstractChecker.exceptionTracker
Tracks exceptions thrown or not thrown during checks.Methods in util that return ExceptionTrackerModifier and TypeMethodDescriptionstatic ExceptionTracker
Creates an empty ExceptionTracker for the given name.Methods in util with parameters of type ExceptionTrackerModifier and TypeMethodDescriptionvoid
ExceptionTracker.merge
(ExceptionTracker exceptionTracker) Merges another ExceptionTracker's exceptions into this one, combining all categories by name.Constructors in util with parameters of type ExceptionTrackerModifierConstructorDescriptionAbstractChecker
(String name, ExceptionTracker exceptionTracker) Constructor initializing the checker with a name and an existing exception tracker.AbstractChecker
(T object, String name, ExceptionTracker exceptionTracker) Constructor initializing the checker with an object, its name, and an exception tracker.