java.lang.Object
java.lang.Throwable
java.lang.Exception
de.grogra.ray2.radiosity.triangulation.TriangulationException
- All Implemented Interfaces:
Serializable
This Exception is thrown, if an Volume can't be subdivided into triangles.
- Author:
- Ralf Kopsch
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TriangulationException
Creates a new TriangulationException- Parameters:
str
- the error string
-