Class SubspaceNotSpecifiedException

All Implemented Interfaces:
Serializable

public class SubspaceNotSpecifiedException extends CannotEvaluateException
Thrown when an operation can only be applied on a subspace of a multi-dimensional coverage, but not such subspace has been specified. For example if a Grid­Coverage has three or more dimensions, then a two-dimensional slice must be specified in order to produce a Rendered­Image from that grid coverage.
Since:
1.0
See Also:
  • Constructor Details

    • SubspaceNotSpecifiedException

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

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

      public SubspaceNotSpecifiedException(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.