public class OutOfExtentException extends Exception
| Constructor and Description |
|---|
OutOfExtentException(double[] coord)
Create a new OutOfExtentException.
|
OutOfExtentException(double[] coord,
Extent extent)
Create a new OutOfExtentException.
|
OutOfExtentException(String exception)
Create a new OutOfExtentException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfExtentException(String exception)
exception - description of this exceptionpublic OutOfExtentException(double[] coord)
coord - the coord responsible for this exceptionpublic OutOfExtentException(double[] coord,
Extent extent)
coord - the coord responsible for this exceptionextent - the valid extentCopyright © 2019 CNRS. All rights reserved.