java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
simula.runtime.RTS_SimulaRuntimeError
- All Implemented Interfaces:
Serializable
Simula Runtime Error
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
- See Also:
-
Constructor Summary
ConstructorDescriptionRTS_SimulaRuntimeError
(String message) Constructs a new RTS_SimulaRuntimeError with the specified detail message.RTS_SimulaRuntimeError
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.RTS_SimulaRuntimeError
(Throwable cause) Constructs a new exception with the specified detail cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RTS_SimulaRuntimeError
Constructs a new RTS_SimulaRuntimeError with the specified detail message.- Parameters:
message
- the detail message
-
RTS_SimulaRuntimeError
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
RTS_SimulaRuntimeError
Constructs a new exception with the specified detail cause.- Parameters:
cause
- the cause
-