Class LocateFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.jts.triangulate.quadedge.LocateFailureException
-
- All Implemented Interfaces:
Serializable
public class LocateFailureException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocateFailureException(String msg)
LocateFailureException(String msg, LineSegment seg)
LocateFailureException(LineSegment seg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineSegment
getSegment()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LocateFailureException
public LocateFailureException(String msg)
-
LocateFailureException
public LocateFailureException(String msg, LineSegment seg)
-
LocateFailureException
public LocateFailureException(LineSegment seg)
-
-
Method Detail
-
getSegment
public LineSegment getSegment()
-
-