com.huguesjohnson.jail.neuralNetwork
Class NeuronException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.huguesjohnson.jail.neuralNetwork.NeuronException
All Implemented Interfaces:
java.io.Serializable

public class NeuronException
extends java.lang.Exception
implements java.io.Serializable

class NeuronException

See Also:
Serialized Form

Constructor Summary
NeuronException()
          Creates new NeuronException without detail message
NeuronException(java.lang.String message)
          Constructs an NeuronException with the specified detail message
 
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

NeuronException

public NeuronException()
Creates new NeuronException without detail message


NeuronException

public NeuronException(java.lang.String message)
Constructs an NeuronException with the specified detail message

Parameters:
message - the detail message