org.encog.mathutil.matrices
Class MatrixError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.encog.EncogError
                  extended by 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

Constructor Summary
MatrixError(String message)
          Construct this exception with a message.
MatrixError(Throwable t)
          Construct this exception with another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.