Class ExceptionAggregator.ValidException
- java.lang.Object
-
- org.benf.cfr.reader.entities.exceptions.ExceptionAggregator.ValidException
-
- All Implemented Interfaces:
Predicate<ExceptionTableEntry>
- Enclosing class:
- ExceptionAggregator
private static class ExceptionAggregator.ValidException extends java.lang.Object implements Predicate<ExceptionTableEntry>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValidException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(ExceptionTableEntry in)
-
-
-
Method Detail
-
test
public boolean test(ExceptionTableEntry in)
- Specified by:
test
in interfacePredicate<ExceptionTableEntry>
-
-