Interface Reason
-
- All Known Implementing Classes:
AlwaysTrue,Gap,MissingNumberPattern,MissingRange
public interface ReasonReason why something is wrong.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Cause>getCauses()ReasonTypegetReasonType()
-
-
-
Method Detail
-
getCauses
Collection<Cause> getCauses()
-
getReasonType
ReasonType getReasonType()
-
-