Class ExceptionHelper

java.lang.Object
de.uka.ipd.sdq.dsexplore.exception.ExceptionHelper

public class ExceptionHelper extends Object
  • Constructor Details

    • ExceptionHelper

      public ExceptionHelper()
  • Method Details

    • createNewCoreException

      public static CoreException createNewCoreException(String message)
    • createNewCoreException

      public static CoreException createNewCoreException(String message, Throwable cause)
    • createNewInitialisationException

      public static CoreException createNewInitialisationException(String message)
      Could add a specific exception type here.
      Parameters:
      message -
      Returns:
    • createNewInitialisationException

      public static CoreException createNewInitialisationException(String message, Throwable cause)