Class DisjointExtentException

All Implemented Interfaces:
Serializable

public class DisjointExtentException extends IllegalGridGeometryException
Thrown when operations on a Grid­Geometry result in an area which does not intersect anymore the Grid­Extent of the Grid­Geometry.
Since:
1.0
See Also:

Defined in the sis-feature module

  • Constructor Details

    • DisjointExtentException

      public DisjointExtentException()
      Constructs an exception with no detail message.
    • DisjointExtentException

      public DisjointExtentException(String message)
      Constructs an exception with the specified detail message.
      Parameters:
      message - the detail message.
    • DisjointExtentException

      public DisjointExtentException(String message, Throwable cause)
      Constructs an exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause for this exception.
    • DisjointExtentException

      public DisjointExtentException(GridExtent source, GridExtent request, int dim)
      Creates an exception with an error message built from the given extents.
      Parameters:
      source - extent of the source.
      request - extent of a slice requested by user.
      dim - index of the dimension having an invalid value.
      Since:
      1.3