Class ExceptionHelper
java.lang.Object
de.uka.ipd.sdq.dsexplore.exception.ExceptionHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoreExceptioncreateNewCoreException(String message) static CoreExceptioncreateNewCoreException(String message, Throwable cause) static CoreExceptioncreateNewInitialisationException(String message) Could add a specific exception type here.static CoreExceptioncreateNewInitialisationException(String message, Throwable cause)
-
Constructor Details
-
ExceptionHelper
public ExceptionHelper()
-
-
Method Details
-
createNewCoreException
-
createNewCoreException
-
createNewInitialisationException
Could add a specific exception type here.- Parameters:
message-- Returns:
-
createNewInitialisationException
-