185186187188189190191
return new ExceptionTrackerImpl(); } public ExceptionAnalyzer buildExceptionAnalyzer() { return new ExceptionAnalyzerImpl(_propertyAccess); }
184185186187188189190
} public static ExceptionAnalyzer buildExceptionAnalyzer(@InjectService("PropertyAccess") PropertyAccess access) { return new ExceptionAnalyzerImpl(access); }