Class LayerDelaunayError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.noise_planet.noisemodelling.pathfinder.delaunay.LayerDelaunayError
-
- All Implemented Interfaces:
Serializable
public class LayerDelaunayError extends Exception
Throwed delaunay error.- Author:
- Nicolas Fortin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerDelaunayError(String ErrorMsg)
LayerDelaunayError(Throwable thrwbl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-