Uses of Class
tech.guilhermekaua.spigotboot.core.exceptions.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in tech.guilhermekaua.spigotboot.core.validation
Methods in tech.guilhermekaua.spigotboot.core.validation that throw ValidationExceptionModifier and TypeMethodDescriptionvoidDefaultValidator.validateOrThrow(@NotNull Object object) voidValidator.validateOrThrow(@NotNull Object object) Validates and throws if invalid (for fail-fast mode).