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:
- Serializable
public class MatrixError
- extends EncogError
Used by the matrix classes to indicate an error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MatrixError
public MatrixError(String message)
- Construct this exception with a message.
- Parameters:
message
- The message for this exception.
MatrixError
public MatrixError(Throwable t)
- Construct this exception with another exception.
- Parameters:
t
- The other exception.
Copyright © 2014. All Rights Reserved.