Class DegenerateMatrixException

    • Constructor Summary

      Constructors 
      Constructor Description
      DegenerateMatrixException​(java.lang.String message)
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DegenerateMatrixException

        public DegenerateMatrixException​(java.lang.String message)
        Default constructor.
        Parameters:
        message - the message associated with this exception.