Class LocateFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.jts.triangulate.quadedge.LocateFailureException
-
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 LineSegmentgetSegment()
-
-
-
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()
-
-