Class UnexpectedModelStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.kit.ipd.sdq.eventsim.exceptions.UncheckedSimulationException
-
- edu.kit.ipd.sdq.eventsim.exceptions.unchecked.UnexpectedModelStructureException
-
- All Implemented Interfaces:
Serializable
public class UnexpectedModelStructureException extends UncheckedSimulationException
This exception indicates that the PCM model has an unexpected structure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedModelStructureException(String message)
Use this constructor to indicate a problem which is described in the specified message.UnexpectedModelStructureException(EClass expected, EClass found)
Use this constructor to indicate that a certain class is expected, but another class was found.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnexpectedModelStructureException
public UnexpectedModelStructureException(String message)
Use this constructor to indicate a problem which is described in the specified message.- Parameters:
message
- the problem description
-
-