org.cts.op
Class NonInvertibleOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.