Class PlaceholderResolutionException

All Implemented Interfaces:
Serializable

public class PlaceholderResolutionException extends IllegalArgumentException
Thrown when the resolution of placeholder failed. This exception provides the placeholder as well as the hierarchy of values that led to the issue.
Since:
6.2
Author:
Stephane Nicoll
See Also:
  • Method Details

    • getPlaceholder

      public String getPlaceholder()
      Return the placeholder that could not be resolved.
      Returns:
      the unresolvable placeholder
    • getValues

      public List<String> getValues()
      Return a contextualized list of the resolution attempts that led to this exception, where the first element is the value that generated this exception.
      Returns:
      the stack of values that led to this exception