Class SingularMatrixException

Object
Throwable
Exception
RuntimeException
SingularMatrixException
All Implemented Interfaces:
Serializable

public class SingularMatrixException extends RuntimeException
Matrix is singular, and thus an inverse is not available.

This is a Throwable version of !@link java.awt.geom.NoninvertibleTransformException}

Author:
jody
See Also:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException(String message)
      Matrix is singular (often indicating an inverse is not available)
    • SingularMatrixException

      public SingularMatrixException(String message, Throwable cause)
      Construct using provided message and cause
    • SingularMatrixException

      public SingularMatrixException(NoninvertibleTransformException nonInvertable)