Class LocateFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.jts.triangulate.quadedge.LocateFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocateFailureException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocateFailureException(java.lang.String msg)
LocateFailureException(java.lang.String msg, LineSegment seg)
LocateFailureException(LineSegment seg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineSegment
getSegment()
-
-
-
Constructor Detail
-
LocateFailureException
public LocateFailureException(java.lang.String msg)
-
LocateFailureException
public LocateFailureException(java.lang.String msg, LineSegment seg)
-
LocateFailureException
public LocateFailureException(LineSegment seg)
-
-
Method Detail
-
getSegment
public LineSegment getSegment()
-
-