com.huguesjohnson.jail.neuralNetwork
Class LayerException

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

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

class Exception

See Also:
Serialized Form

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

LayerException

public LayerException()
Creates new LayerException without detail message.


LayerException

public LayerException(java.lang.String message)
Constructs a LayerException with the specified detail message.

Parameters:
message - the detail message