Documentation of 'org.encog.mathutil.matrices.MatrixError' Java class
MatrixError
org.encog.mathutil.matrices

Class MatrixError

  • All Implemented Interfaces:
    java.io.Serializable


    public class MatrixError
    extends EncogError
    Used by the matrix classes to indicate an error.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MatrixError(java.lang.String message)
      Construct this exception with a message.
      MatrixError(java.lang.Throwable t)
      Construct this exception with another exception.
    • 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

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

      • MatrixError

        public MatrixError(java.lang.String message)
        Construct this exception with a message.
        Parameters:
        message - The message for this exception.
      • MatrixError

        public MatrixError(java.lang.Throwable t)
        Construct this exception with another exception.
        Parameters:
        t - The other exception.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.