|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.cts.op.transformation.grids.InterpolationMethodException
public class InterpolationMethodException
Try to use an interpolation method which is not defined or not yet implemented.
| 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 |
|---|
public InterpolationMethodException(String exception)
exception - description of this exceptionpublic InterpolationMethodException(Grid.InterpolationMethod method)
method - the interpolation method
public InterpolationMethodException(Grid.InterpolationMethod method,
Class gridClass)
method - the interpolation methodgridClass - the class trying to use the interpolation method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||