Uses of Class
com.winterhavenmc.library.messagebuilder.models.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.models.validation
Methods in com.winterhavenmc.library.messagebuilder.models.validation that return types with arguments of type ValidationExceptionModifier and TypeMethodDescriptionThrowing.exceptionSupplier()Returns the value of theexceptionSupplierrecord component.Constructor parameters in com.winterhavenmc.library.messagebuilder.models.validation with type arguments of type ValidationExceptionModifierConstructorDescriptionThrowing(Supplier<ValidationException> exceptionSupplier) Creates an instance of aThrowingrecord class.