|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.tudelft.simulation.dsol.SimRuntimeException
This class defines SimRuntimeException. This exception is thrown throughout
DSOL whenever exceptions occur which are directly linked to the simulator.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
SimRuntimeException()
Constructor for SimRuntimeException. |
|
SimRuntimeException(java.lang.String message)
constructs a new SimRuntimeException |
|
SimRuntimeException(java.lang.String message,
java.lang.Throwable cause)
constructs a new SimRuntimeException |
|
SimRuntimeException(java.lang.Throwable cause)
Constructor for SimRuntimeException. |
|
| 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 |
public SimRuntimeException()
public SimRuntimeException(java.lang.String message)
message - the exception message
public SimRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the originating throwablepublic SimRuntimeException(java.lang.Throwable cause)
cause - the originating throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||