Class MismatchedDimensionException

Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MismatchedDimensionException

Indicates that an operation cannot be completed properly because of a mismatch in the number of dimensions of an argument given to a method. For example, this exception may be thrown if a method expects a two-dimensional DirectPosition argument but the dimension of a given position was 3.
Since:
3.1
See Also: