jAER project on SourceForge

ch.unizh.ini.jaer.projects.hopfield.matrix.exceptions
Class MatrixError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.unizh.ini.jaer.projects.hopfield.matrix.exceptions.MatrixError
All Implemented Interfaces:
java.io.Serializable

public class MatrixError
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
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
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(java.lang.String message)
Construct this exception with a message.

Parameters:
message - the exception message.

MatrixError

public MatrixError(java.lang.Throwable t)
Construct this exception with another exception.

Parameters:
t - The other exception.

jAER project on SourceForge