|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opengis.coverage.CannotEvaluateException
org.opengis.coverage.PointOutsideCoverageException
org.geotools.coverage.OrdinateOutsideCoverageException
Thrown when an method method is invoked with a point outside coverage. This subclass of exception is used when the dimension of the out-of-bounds ordinate is known.
| Constructor Summary | |
OrdinateOutsideCoverageException(java.lang.String message,
int dimension)
Creates an exception with the specified message. |
|
| Method Summary | |
int |
getOutOfBoundsDimension()
Returns the dimension of the out-of-bounds ordinate. |
| 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 OrdinateOutsideCoverageException(java.lang.String message,
int dimension)
message - The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.dimension - The dimension of the out-of-bounds ordinate.| Method Detail |
public int getOutOfBoundsDimension()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||