Class DisjointExtentException

All Implemented Interfaces:
Serializable

public class DisjointExtentException extends IllegalGridGeometryException
Thrown when the domain of two grid coverages or images do not intersect. The domain of a Grid­Coverage is its Grid­Geometry. The domain of a Rendered­Image is its range of pixel coordinates, which can be part of a grid geometry definition.

This exception may also be thrown when operations on a Grid­Geometry result in an area which does not intersect anymore the Grid­Extent of the original Grid­Geometry.

Since:
1.0
See Also:
  • 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