org.cts.op.transformation.grids
Class InterpolationMethodException

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

public class InterpolationMethodException
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
InterpolationMethodException(Grid.InterpolationMethod method)
          Create a new InterpolationMethodException.
InterpolationMethodException(Grid.InterpolationMethod method, Class gridClass)
          Create a new InterpolationMethodException.
InterpolationMethodException(String exception)
          Create a new InterpolationMethodException.
 
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

InterpolationMethodException

public InterpolationMethodException(String exception)
Create a new InterpolationMethodException.

Parameters:
exception - description of this exception

InterpolationMethodException

public InterpolationMethodException(Grid.InterpolationMethod method)
Create a new InterpolationMethodException.

Parameters:
method - the interpolation method

InterpolationMethodException

public InterpolationMethodException(Grid.InterpolationMethod method,
                                    Class gridClass)
Create a new InterpolationMethodException.

Parameters:
method - the interpolation method
gridClass - the class trying to use the interpolation method


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