Package javax.vecmath

Class SingularMatrixException

    • Constructor Detail

      • SingularMatrixException

        public SingularMatrixException()
        Create the exception object with default values.
      • SingularMatrixException

        public SingularMatrixException​(String str)
        Create the exception object that outputs message.
        Parameters:
        str - the message string to be output.