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-08-15 UTC."],[[["The webpage details the `ValidationException` class, a subclass of `IllegalArgumentException`, used for path template, HTTP config, and related validation issues."],["The class allows for a thread-local validation context, providing detailed descriptions for each exception that occurs."],["The latest version available is 2.46.1, with a history of versions listed, ranging down to version 2.1.2."],["There are static methods `pushCurrentThreadValidationContext` to set a validation context, and `popCurrentThreadValidationContext` to clear the context."],["The class's constructor, `ValidationException(String format, Object[] args)`, can be used to construct an exception instance with an implicit context."]]],[]]