public class IllegalCoordinateException extends Exception
| Constructor and Description |
|---|
IllegalCoordinateException(String exception)
Create a new IllegalCoordinateException.
|
IllegalCoordinateException(String exception,
double[] coord)
Create a new IllegalCoordinateException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalCoordinateException(String exception)
exception - precise description of this exceptionpublic IllegalCoordinateException(String exception, double[] coord)
exception - precise description of this exceptioncoord - the illegal coordinate as a double arrayCopyright © 2019 CNRS. All rights reserved.