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."],[[["This webpage details the `ValidationException` class, a subclass of `IllegalArgumentException`, used for issues within path templates, HTTP configurations, or related framework methods."],["The `ValidationException` class allows for a thread-local validation context description, which is inherited by each exception for easier troubleshooting."],["The page offers access to the documentation for various versions of the class, from 2.1.2 up to the latest 2.46.1."],["There are static methods provided, including `popCurrentThreadValidationContext()` and `pushCurrentThreadValidationContext()`, to manage the validation context for each thread."],["The page lists inherited members from `Object` and `Throwable`, as well as constructor details for creating a `ValidationException` with implicit context using a format and arguments."]]],[]]