Class UEModelLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.palladiosimulator.simulizar.exceptions.UEModelLoadException
-
- All Implemented Interfaces:
Serializable
public class UEModelLoadException extends RuntimeException
Class for exceptions while loading a usage evolution model- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UEModelLoadException(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
-
UEModelLoadException
public UEModelLoadException(String message)
- Parameters:
message
- the exception message.
-
-