Uses of Class
io.github.venkateshamurthy.enums.examples.CommonRTE
Packages that use CommonRTE
-
Uses of CommonRTE in io.github.venkateshamurthy.enums.examples
Methods in io.github.venkateshamurthy.enums.examples that return CommonRTEModifier and TypeMethodDescriptionCommonRTE.detailedMessage(String template, Object... values) Sets the detailed message by substituting positional placeholders ("{}") in the given template.CommonRTE.formatDetailedMessage(MessageFormat template, Object... values) Sets the detailed message using aMessageFormatinstance for advanced message formatting.CommonRTE.logDebug()Logs this exception at DEBUG level (though implemented as INFO here for visibility), including message, code, timestamp, details, and HTTP status.CommonRTE.logInfo()Logs this exception’s summary at INFO level, including error code, timestamp, and details.CommonRTE.setDetailedMessage(String template, Map<String, Object> values) Sets the detailed message by replacing named placeholders in the form of{key}.default CommonRTEFaultCode.toCommonRTE(String message) ACommonRTEgenerator givendefault CommonRTEFaultCode.toCommonRTE(String template, Object... args) ACommonRTEgenerator setting the message ofFaultCode.getDescription()default CommonRTEFaultCode.toCommonRTE(String template, Map<String, Object> args) ACommonRTEwith message set withFaultCode.getDescription()with following other parameters.default CommonRTEFaultCode.toCommonRTE(MessageFormat template, Object... args) ACommonRTEgenerator given