com.vividsolutions.jts.geom

Class TopologyException


public class TopologyException
extends RuntimeException

Indicates an invalid or inconsistent topological situation encountered during processing
Version:
1.6

Constructor Summary

TopologyException(String msg)
TopologyException(String msg, Coordinate pt)

Method Summary

Coordinate
getCoordinate()

Constructor Details

TopologyException

public TopologyException(String msg)

TopologyException

public TopologyException(String msg,
                         Coordinate pt)

Method Details

getCoordinate

public Coordinate getCoordinate()