Class ExceptionHelper
java.lang.Object
de.uka.ipd.sdq.dsexplore.exception.ExceptionHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CoreException
createNewCoreException
(String message) static CoreException
createNewCoreException
(String message, Throwable cause) static CoreException
createNewInitialisationException
(String message) Could add a specific exception type here.static CoreException
createNewInitialisationException
(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
-