org.geotools.referencing.operation.builder
Class TriangulationException
Object
Throwable
Exception
RuntimeException
TriangulationException
- All Implemented Interfaces:
- Serializable
public class TriangulationException
- extends RuntimeException
Thrown when it is unable to generate TIN.
- Since:
- 2.4
- Author:
- Jan Jezek
- See Also:
- Serialized Form
- Module:
modules/library/referencing (gt-referencing.jar)
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TriangulationException
public TriangulationException(String message)
- Constructs an exception with the specified detail message.
- Parameters:
message
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.
TriangulationException
public TriangulationException()
- Constructs an exception with no detail message.
Copyright © 1996-2009 Geotools. All Rights Reserved.