|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
TruncatedResultException
public class TruncatedResultException
Thrown as a warning to users that the last element of result list of a find operation is the same distance as other objects not selected.
Constructor Summary | |
---|---|
TruncatedResultException()
Creates an exception with no message. |
|
TruncatedResultException(String message)
Creates an exception with the specified message. |
Method Summary | |
---|---|
List<? extends GeometryValuePair> |
getResultList()
Returns the result list of a find operation. |
void |
setResultList(List<? extends GeometryValuePair> resultList)
Sets the result list. |
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 TruncatedResultException()
public TruncatedResultException(String message)
message
- The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.Method Detail |
---|
public List<? extends GeometryValuePair> getResultList()
public void setResultList(List<? extends GeometryValuePair> resultList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |