com.huguesjohnson.jail.neuralNetwork
Class NeuralNetworkException

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

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

class NeuralNetworkException

See Also:
Serialized Form

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

NeuralNetworkException

public NeuralNetworkException()
Creates new NeuralNetworkException without detail message


NeuralNetworkException

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

Parameters:
message - the message associated with the error