Uses of Class
com.winterhavenmc.library.messagebuilder.validation.ValidationException
Packages that use ValidationException
Package
Description
Provides a flexible, localized validation framework for use within the MessageBuilder library.
-
Uses of ValidationException in com.winterhavenmc.library.messagebuilder.validation
Methods in com.winterhavenmc.library.messagebuilder.validation that return types with arguments of type ValidationExceptionModifier and TypeMethodDescriptionThrowing.exceptionSupplier()
Returns the value of theexceptionSupplier
record component.Constructor parameters in com.winterhavenmc.library.messagebuilder.validation with type arguments of type ValidationExceptionModifierConstructorDescriptionThrowing
(Supplier<ValidationException> exceptionSupplier) Creates an instance of aThrowing
record class.