|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.nengo.NengoException
public class NengoException
A Computational Neuroscience exception. This type is the parent of all exceptions defined in this simulator software.
| Constructor Summary | |
|---|---|
NengoException(java.lang.String message)
|
|
NengoException(java.lang.String message,
java.lang.Throwable cause)
|
|
NengoException(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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NengoException(java.lang.String message)
message - Text explanation of the exception.public NengoException(java.lang.Throwable cause)
cause - Another throwable that indicates a problem underlying this
exception.
public NengoException(java.lang.String message,
java.lang.Throwable cause)
message - Text explanation of the exception.cause - Another throwable that indicates a problem underlying this
exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||