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 latest version of the API is 2.46.1, with numerous older versions available, including 2.14.1, which appears to be the current version the documentation is based on."],["`ValidationException` is a subclass of `IllegalArgumentException` used to indicate validation issues with path templates or related methods."],["The `ValidationException` class includes methods for managing a thread-local validation context description, including `pushCurrentThreadValidationContext` and `popCurrentThreadValidationContext`."],["The class provides a constructor to build a `ValidationException` with a provided message format and arguments, and also inherits a wide range of methods from `Object` and `Throwable` classes."],["Static methods within the class allow managing the validation context for each thread, making it thread safe."]]],[]]