mosaic.sim.neuron
Class CodingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mosaic.sim.neuron.CodingException
All Implemented Interfaces:
java.io.Serializable

public class CodingException
extends java.lang.Exception

This class represents an exception with the used spike coding. Whenever a situation is detected that is not allowed within the definition of the used coding scheme, this exception is thrown by the input or output converters.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CodingException(java.lang.String s)
          Creates a new CodingException with an error string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

CodingException

public CodingException(java.lang.String s)
Creates a new CodingException with an error string.
Parameters:
s - The error string stored in the exception.