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) Sets the detailed message by substituting positional placeholders ("{}") in the given template.CommonRuntimeException.formatDetailedMessage(MessageFormat template, Object... values) Sets the detailed message using aMessageFormatinstance for advanced message formatting.CommonRuntimeException.logDebug()Logs this exception at DEBUG level (though implemented as INFO here for visibility), 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) Sets the detailed message by replacing named placeholders in the form of{key}.default CommonRuntimeExceptionExceptionCode.toCommonRTE(String message) ACommonRuntimeExceptiongenerator givendefault CommonRuntimeExceptionExceptionCode.toCommonRTE(String template, Object... args) ACommonRuntimeExceptiongenerator setting the message ofExceptionCode.getDescription()default CommonRuntimeExceptionExceptionCode.toCommonRTE(String message, MessageFormat template, Object... args) ACommonRuntimeExceptiongenerator givendefault CommonRuntimeExceptionExceptionCode.toCommonRTE(String template, Map<String, Object> args) ACommonRuntimeExceptionwith message set withExceptionCode.getDescription()with following other parameters.