org.opengis.spatialschema.geometry
Class MismatchedDimensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.opengis.spatialschema.geometry.MismatchedDimensionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class MismatchedDimensionException extends java.lang.IllegalArgumentExceptionIndicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.- Since:
- GeoAPI 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description MismatchedDimensionException()Creates an exception with no message.MismatchedDimensionException(java.lang.String message)Creates an exception with the specified message.
-
-
-
Constructor Detail
-
MismatchedDimensionException
public MismatchedDimensionException()
Creates an exception with no message.
-
MismatchedDimensionException
public MismatchedDimensionException(java.lang.String message)
Creates an exception with the specified message.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG