Class SimulatedStackAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.palladiosimulator.simulizar.exceptions.SimulatedStackAccessException
-
- All Implemented Interfaces:
Serializable
public class SimulatedStackAccessException extends RuntimeException
Class for exceptions while accessing a simulated stack- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimulatedStackAccessException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SimulatedStackAccessException
public SimulatedStackAccessException(String message)
- Parameters:
message
- the exception message.
-
-