Class IncompatibleOperationException

Object
Throwable
Exception
IncompatibleOperationException
All Implemented Interfaces:
Serializable

public class IncompatibleOperationException extends Exception
Thrown when an operation is applied in a manner inconsistent with one or both of two particular CRS objects.
Since:
GeoAPI 1.0
Author:
Jesse Crossley (SYS Technologies)
See Also:
  • Constructor Details

    • IncompatibleOperationException

      public IncompatibleOperationException(String message, 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 the Throwable.getMessage() method.
      operationName - The invalid operation name.
  • Method Details

    • getOperationName

      public String getOperationName()
      Returns the invalid operation name.
      Returns:
      The invalid operation name.