public class TriangulationException extends RuntimeException
| Constructor and Description |
|---|
TriangulationException()
Constructs an exception with no detail message.
|
TriangulationException(String message)
Constructs an exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TriangulationException(String message)
message - The cause for this exception. The cause is saved for later retrieval by the
Throwable.getCause() method.public TriangulationException()
Copyright © 1996–2019 Geotools. All rights reserved.