Nengo.ca

ca.nengo.util
Class ScriptGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.nengo.NengoException
              extended by ca.nengo.util.ScriptGenException
All Implemented Interfaces:
java.io.Serializable

public class ScriptGenException
extends NengoException

See Also:
Serialized Form

Constructor Summary
ScriptGenException(java.lang.String message)
           
ScriptGenException(java.lang.String message, java.lang.Throwable cause)
           
ScriptGenException(java.lang.Throwable cause)
           
 
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

ScriptGenException

public ScriptGenException(java.lang.String message)

ScriptGenException

public ScriptGenException(java.lang.Throwable cause)

ScriptGenException

public ScriptGenException(java.lang.String message,
                          java.lang.Throwable cause)

Nengo.ca