|
JTS Topology Suite - v 1.12 | ||||||||
| 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
com.vividsolutions.jts.triangulate.ConstraintEnforcementException
public class ConstraintEnforcementException
Indicates a failure during constraint enforcement.
| Constructor Summary | |
|---|---|
ConstraintEnforcementException(java.lang.String msg)
Creates a new instance with a given message. |
|
ConstraintEnforcementException(java.lang.String msg,
Coordinate pt)
Creates a new instance with a given message and approximate location. |
|
| Method Summary | |
|---|---|
Coordinate |
getCoordinate()
Gets the approximate location of this error. |
| 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 ConstraintEnforcementException(java.lang.String msg)
msg - a string
public ConstraintEnforcementException(java.lang.String msg,
Coordinate pt)
msg - a stringpt - the location of the error| Method Detail |
|---|
public Coordinate getCoordinate()
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||