Class IgnoredErrorImpl

java.lang.Object
io.keikai.model.impl.IgnoredErrorImpl
All Implemented Interfaces:
SIgnoredError, Serializable

public class IgnoredErrorImpl extends Object implements SIgnoredError, Serializable
Default implementation of SIgnoredError.
Since:
7.0.0
See Also:
  • Constructor Details

    • IgnoredErrorImpl

      public IgnoredErrorImpl(CellRegion region, ErrorCheckType... types)
      Creates an ignored error for the given region with the specified types.
      Parameters:
      region - the cell region
      types - the error check types to ignore
    • IgnoredErrorImpl

      public IgnoredErrorImpl(CellRegion region, Set<ErrorCheckType> types)
      Creates an ignored error for the given region with the specified set of types.
      Parameters:
      region - the cell region
      types - the set of error check types to ignore
  • Method Details