Module Simula

Class RTS_SimulaRuntimeError

All Implemented Interfaces:
Serializable

public class RTS_SimulaRuntimeError extends RuntimeException
Simula Runtime Error

Link to GitHub: Source File.

Author:
Øystein Myhre Andersen
See Also:
  • Constructor Details

    • RTS_SimulaRuntimeError

      public RTS_SimulaRuntimeError(String message)
      Constructs a new RTS_SimulaRuntimeError with the specified detail message.
      Parameters:
      message - the detail message
    • RTS_SimulaRuntimeError

      public RTS_SimulaRuntimeError(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • RTS_SimulaRuntimeError

      public RTS_SimulaRuntimeError(Throwable cause)
      Constructs a new exception with the specified detail cause.
      Parameters:
      cause - the cause