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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The latest version of the `ValidationException` class is 2.46.1, accessible via a direct link."],["`ValidationException` is a subclass of `IllegalArgumentException` and is thrown when issues are found in path templates, HTTP configurations, or related framework methods."],["The class allows for the management of a thread-local validation context description, which can be set using `pushCurrentThreadValidationContext` and cleared with `popCurrentThreadValidationContext`."],["It includes inherited members from `Object` and `Throwable`, such as methods for managing stack traces, messages, and object comparisons."],["The class has a constructor `ValidationException(String format, Object[] args)` for constructing exceptions with implicit context, and static methods for handling thread-local validation context descriptions."]]],[]]