public class InvalidGridGeometryException extends IllegalStateException
GeneralGridGeometry
when a grid geometry is in an invalid state. For example
this exception is thrown when getGridRange()
is
invoked while the grid geometry were built with a null org.opengis.coverage.grid.GridRange
.Constructor and Description |
---|
InvalidGridGeometryException()
Constructs an exception with no detail message.
|
InvalidGridGeometryException(String message)
Constructs an exception with the specified detail message.
|
InvalidGridGeometryException(String message,
Throwable cause)
Constructs an exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidGridGeometryException()
public InvalidGridGeometryException(String message)
Copyright © 1996–2019 Geotools. All rights reserved.