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