Uses of Class
io.github.venkateshamurthy.exceptional.exceptions.CommonRuntimeException
Packages that use CommonRuntimeException
-
Uses of CommonRuntimeException in io.github.venkateshamurthy.exceptional.exceptions
Methods in io.github.venkateshamurthy.exceptional.exceptions that return CommonRuntimeExceptionModifier and TypeMethodDescriptionCommonRuntimeException.detailedMessage(String template, Object... values) Deprecated, for removal: This API element is subject to removal in a future version.CommonRuntimeException.formatDetailedMessage(MessageFormat template, Object... values) Deprecated, for removal: This API element is subject to removal in a future version.in favour of using theExceptionCode.toCommonRTE(Throwable, String, String, Object...)or with setDetailedMessage(String) method where the argument can be built byDetailsMessageFormatters.detectAndFormat(String, Object...).CommonRuntimeException.logDebug()Logs this exception at DEBUG level, including message, code, timestamp, details, and HTTP status.CommonRuntimeException.logInfo()Logs this exception’s summary at INFO level, including error code, timestamp, and details.CommonRuntimeException.setDetailedMessage(String template, Map<String, Object> values) Deprecated, for removal: This API element is subject to removal in a future version.in favour of using theExceptionCode.toCommonRTE(Throwable, String, String, Object...)or with setDetailedMessage(String) method where the argument can be built byDetailsMessageFormatters.detectAndFormat(String, Object...).CommonRuntimeException.setFormatterStyle(DetailsMessageFormatters style) Deprecated, for removal: This API element is subject to removal in a future version.and rendered effect-less in favour of using theExceptionCode.toCommonRTE(Throwable, String, String, Object...)or with setDetailedMessage(String) method where the argument can be built byDetailsMessageFormatters.detectAndFormat(String, Object...).default CommonRuntimeExceptionExceptionCode.toCommonRTE()ACommonRuntimeExceptiongenerator givenExceptionCode.getDescription()serving as a message.default CommonRuntimeExceptionExceptionCode.toCommonRTE(String message) ACommonRuntimeExceptiongenerator given a message.default CommonRuntimeExceptionExceptionCode.toCommonRTE(String template, Object... args) Deprecated, for removal: This API element is subject to removal in a future version.default CommonRuntimeExceptionExceptionCode.toCommonRTE(String message, String template, Object... args) ACommonRuntimeExceptioncreator given message, details template and argsdefault CommonRuntimeExceptionExceptionCode.toCommonRTE(String template, Map<String, Object> args) Deprecated, for removal: This API element is subject to removal in a future version.default CommonRuntimeExceptionExceptionCode.toCommonRTE(Throwable cause, String message) ACommonRuntimeExceptiongenerator given a cause and message.default CommonRuntimeExceptionExceptionCode.toCommonRTE(Throwable cause, String message, String template, Object... args) ACommonRuntimeExceptioncreator given cause, message, details template and argsdefault CommonRuntimeExceptionExceptionCode.toCommonRTE(MessageFormat template, Object... args) Deprecated, for removal: This API element is subject to removal in a future version.in favour ofExceptionCode.toCommonRTE(Throwable, String, String, Object...).Please do not use this
ExceptionCode.toCommonRTE(Throwable, String, String, Object...)or with setDetailedMessage(String) method where the argument can be built byDetailsMessageFormatters.detectAndFormat(String, Object...).