|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.surveyos.sourceforge.jtswarped.utilities.exceptions.MissingNecessaryCoordinate
public class MissingNecessaryCoordinate
Thrown when an operation is attempted and a JTS Coordinate object needed to complete the operation is missing or not available to the operation. For example: An operation may expect a LineString geometry to have four Coordinates. If it has only three coordinates this exception can be thrown by the operation.
| Constructor Summary | |
|---|---|
MissingNecessaryCoordinate(java.lang.String argMessage)
Constructs the exception. |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MissingNecessaryCoordinate(java.lang.String argMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||