|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
CannotEvaluateException
CoverageDomainException
public class CoverageDomainException
Thrown when a evaluate method
is invoked for a location outside the domain of the coverage.
| Constructor Summary | |
|---|---|
CoverageDomainException()
Creates an exception with no message. |
|
CoverageDomainException(String message)
Creates an exception with the specified message. |
|
| Method Summary | |
|---|---|
Coverage |
getCoverage()
Returns the coverage. |
DirectPosition |
getOffendingLocation()
Returns the direct position which is outside the domain of the coverage. |
void |
setCoverage(Coverage coverage)
Sets the coverage. |
void |
setOffendingLocation(DirectPosition offendingLocation)
Sets the direct position which is outside the domain of the coverage. |
| 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 CoverageDomainException()
public CoverageDomainException(String message)
message - The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.| Method Detail |
|---|
public DirectPosition getOffendingLocation()
public void setOffendingLocation(DirectPosition offendingLocation)
public Coverage getCoverage()
public void setCoverage(Coverage coverage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||