org.encog.mathutil.matrices
Class MatrixError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.mathutil.matrices.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.
-
-
-
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