jAER project on SourceForge

net.sf.jaer.biasgen
Class IPotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jaer.biasgen.IPotException
All Implemented Interfaces:
java.io.Serializable

public class IPotException
extends java.lang.Exception

An IPot exception.

Author:
tobi
See Also:
Serialized Form

Constructor Summary
IPotException()
          Creates a new instance of IPotException
IPotException(java.lang.String s)
           
 
Method Summary
 
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

IPotException

public IPotException()
Creates a new instance of IPotException


IPotException

public IPotException(java.lang.String s)

jAER project on SourceForge