Exception thrown if there is a validation problem with a path template, http config, or related
framework methods. Comes as an illegal argument exception subclass. Allows to globally set a
thread-local validation context description which each exception inherits.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `ValidationException` class is designed to handle validation issues related to path templates, HTTP configurations, and other framework methods, extending `IllegalArgumentException`."],["This class allows for thread-safe management of a validation context description, which can be set and cleared using static methods like `pushCurrentThreadValidationContext` and `popCurrentThreadValidationContext`."],["The class contains static methods for managing the thread-local validation context, which includes descriptions of validation failures, using either a string or a supplier for more dynamic contexts."],["The constructor `ValidationException(String format, Object[] args)` is used to create instances of this exception, particularly when there's a need to report a validation issue with implicit context information."],["The webpage includes a comprehensive list of past releases, from version 2.46.1 down to 2.1.2, in addition to the current version, which is version 2.33.0."]]],[]]