Class DegenerateMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scilab.forge.scirenderer.SciRendererException
org.scilab.forge.scirenderer.tranformations.DegenerateMatrixException
- All Implemented Interfaces:
Serializable
- Author:
- Pierre Lando
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DegenerateMatrixException
Default constructor.- Parameters:
message
- the message associated with this exception.
-