Package com.exasol.errorhandling
Class ErrorMessages
- java.lang.Object
-
- com.exasol.errorhandling.ErrorMessages
-
@Deprecated(since="18.0.0", forRemoval=true) public final class ErrorMessages extends Object
Deprecated, for removal: This API element is subject to removal in a future version.This class is deprecated and will be removed in a future release. UseErrorMessageBuilder.ticketMitigation()instead.This class contains constants used in error handling.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringaskForBugReport()Deprecated, for removal: This API element is subject to removal in a future version.useErrorMessageBuilder.ticketMitigation()instead
-
-
-
Method Detail
-
askForBugReport
@Deprecated(since="18.0.0", forRemoval=true) public static String askForBugReport()
Deprecated, for removal: This API element is subject to removal in a future version.useErrorMessageBuilder.ticketMitigation()insteadCreate a message that asks the user to file a bug report- Returns:
- error message
-
-