org.cts.op
Class NonInvertibleOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cts.op.NonInvertibleOperationException
All Implemented Interfaces:
Serializable

public class NonInvertibleOperationException
extends Exception

Try to use an interpolation method which is not defined or not yet implemented.

Author:
Michaƫl Michaud
See Also:
Serialized Form

Constructor Summary
NonInvertibleOperationException(CoordinateOperation op)
          Create a new InterpolationMethodException.
NonInvertibleOperationException(String exception)
          Create a new NonInvertibleOperationException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonInvertibleOperationException

public NonInvertibleOperationException(String exception)
Create a new NonInvertibleOperationException.

Parameters:
exception - description of this exception

NonInvertibleOperationException

public NonInvertibleOperationException(CoordinateOperation op)
Create a new InterpolationMethodException.

Parameters:
op - the interpolation method


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.