Class ExceptionHelper

java.lang.Object
com.seeq.link.sdk.utilities.ExceptionHelper

public final class ExceptionHelper extends Object
  • Method Details

    • toExceptionMessage

      public static String toExceptionMessage(Throwable throwable)
      Transforms an exception object into a String that may be displayed to the user.
      Parameters:
      throwable - The exception object (Throwable subclass)
      Returns:
      The exception message