Package io.keikai.model.impl
Class IgnoredErrorImpl
java.lang.Object
io.keikai.model.impl.IgnoredErrorImpl
- All Implemented Interfaces:
SIgnoredError,Serializable
Default implementation of
SIgnoredError.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIgnoredErrorImpl(CellRegion region, ErrorCheckType... types) Creates an ignored error for the given region with the specified types.IgnoredErrorImpl(CellRegion region, Set<ErrorCheckType> types) Creates an ignored error for the given region with the specified set of types. -
Method Summary
-
Constructor Details
-
IgnoredErrorImpl
Creates an ignored error for the given region with the specified types.- Parameters:
region- the cell regiontypes- the error check types to ignore
-
IgnoredErrorImpl
Creates an ignored error for the given region with the specified set of types.- Parameters:
region- the cell regiontypes- the set of error check types to ignore
-
-
Method Details
-
getRegion
Description copied from interface:SIgnoredErrorReturns the cell region for which errors are ignored.- Specified by:
getRegionin interfaceSIgnoredError- Returns:
- the cell region
-
getIgnoredTypes
Description copied from interface:SIgnoredErrorReturns the set of error check types that are ignored.- Specified by:
getIgnoredTypesin interfaceSIgnoredError- Returns:
- an unmodifiable set of ignored error check types
-
equals
-
hashCode
public int hashCode() -
toString
-