uchicago.src.sim.adaptation.neural
Class NeuralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uchicago.src.sim.util.RepastException
              extended by uchicago.src.sim.adaptation.neural.NeuralException
All Implemented Interfaces:
java.io.Serializable

public class NeuralException
extends RepastException

An exception thrown by the NeuralNetwork functions of RePast.

Version:
$Revision: 1.3 $ $Date: 2005/08/12 16:13:29 $
Author:
Jerry Vos
See Also:
Serialized Form

Constructor Summary
NeuralException(java.lang.String message)
           
NeuralException(java.lang.String message, java.lang.Exception ex)
           
 
Method Summary
 
Methods inherited from class uchicago.src.sim.util.RepastException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeuralException

public NeuralException(java.lang.String message,
                       java.lang.Exception ex)

NeuralException

public NeuralException(java.lang.String message)