|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
CannotEvaluateException
PointOutsideCoverageException
@UML(identifier="CV_PointOutsideCoverage",
specification=OGC_01004)
public class PointOutsideCoverageException
Thrown when a evaluate method
is invoked for a location outside the domain of the coverage.
Coverage.evaluate(DirectPosition, byte[]),
Coverage.evaluate(DirectPosition, double[]),
Serialized Form| Constructor Summary | |
|---|---|
PointOutsideCoverageException()
Creates an exception with no message. |
|
PointOutsideCoverageException(String message)
Creates an exception with the specified message. |
|
| Method Summary | |
|---|---|
DirectPosition |
getOffendingLocation()
Returns the direct position which is outside the domain of the coverage. |
void |
setOffendingLocation(DirectPosition location)
Sets the direct position which is outside the domain of the coverage. |
| Methods inherited from class CannotEvaluateException |
|---|
getCoverage, setCoverage |
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PointOutsideCoverageException()
public PointOutsideCoverageException(String message)
message - The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.| Method Detail |
|---|
@Extension public DirectPosition getOffendingLocation()
null if unknown.@Extension public void setOffendingLocation(DirectPosition location)
location - The position outside the coverage, or null if unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||