Package com.seeq.link.sdk.utilities
Class ExceptionHelper
java.lang.Object
com.seeq.link.sdk.utilities.ExceptionHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toExceptionMessage
(Throwable throwable) Transforms an exception object into a String that may be displayed to the user.
-
Method Details
-
toExceptionMessage
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
-