org.opengis.referencing.operation
Class IncompatibleOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opengis.referencing.operation.IncompatibleOperationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IncompatibleOperationException extends java.lang.ExceptionThrown when an operation is applied in a manner inconsistent with one or both of two particular CRS objects.- Since:
- GeoAPI 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IncompatibleOperationException(java.lang.String message, java.lang.String operationName)Creates an exception with the specified message and operation name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetOperationName()Returns the invalid Operation name.
-
-
-
Constructor Detail
-
IncompatibleOperationException
public IncompatibleOperationException(java.lang.String message, java.lang.String operationName)Creates an exception with the specified message and operation name.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.operationName- The invalid operation name.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG