Class SingularMatrixException

    • Constructor Detail

      • SingularMatrixException

        public SingularMatrixException()
        Construct the exception.
      • SingularMatrixException

        public SingularMatrixException​(String message)
        Construct the exception.
        Parameters:
        message - the message.
      • SingularMatrixException

        public SingularMatrixException​(Throwable cause)
        Construct the exception.
        Parameters:
        cause - the cause of the error.
      • SingularMatrixException

        public SingularMatrixException​(String message,
                                       Throwable cause)
        Construct the exception.
        Parameters:
        message - the message.
        cause - the cause of the error.