Uses of Enum Class
io.github.venkateshamurthy.exceptional.exceptions.DetailsMessageFormatters
Packages that use DetailsMessageFormatters
-
Uses of DetailsMessageFormatters in io.github.venkateshamurthy.exceptional.exceptions
Methods in io.github.venkateshamurthy.exceptional.exceptions that return DetailsMessageFormattersModifier and TypeMethodDescriptionstatic DetailsMessageFormattersDetailsMessageFormatters.detectFormatter(String template) A detection of formatter given a templatestatic DetailsMessageFormattersReturns the enum constant of this class with the specified name.static DetailsMessageFormatters[]DetailsMessageFormatters.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.venkateshamurthy.exceptional.exceptions with parameters of type DetailsMessageFormattersModifier and TypeMethodDescriptionCommonRuntimeException.setFormatterStyle(DetailsMessageFormatters style) Deprecated, for removal: This API element is subject to removal in a future version.
ExceptionCode.toCommonRTE(Throwable, String, String, Object...)or with setDetailedMessage(String) method where the argument can be built bydetectAndFormat(String, Object...).