public class InterpolationMethodException extends Exception
Try to use an interpolation method which is not defined or not yet implemented.
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterpolationMethodException(String exception)
exception - description of this exceptionpublic InterpolationMethodException(Grid.InterpolationMethod method)
method - the interpolation methodpublic InterpolationMethodException(Grid.InterpolationMethod method, Class gridClass)
method - the interpolation methodgridClass - the class trying to use the interpolation methodCopyright © 2019 CNRS. All rights reserved.