Class PropertyResolutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LambdaIntrospectionException, PropertyReferenceException

public class PropertyResolutionException extends NestedRuntimeException
Exception indicating errors during property reference or property path resolution. Thrown when a property cannot be resolved.
Since:
4.1
Author:
Mark Paluch
See Also:
  • Constructor Details

    • PropertyResolutionException

      public PropertyResolutionException(@Nullable String msg)
      Construct a PropertyResolutionException with the specified detail message.
      Parameters:
      msg - the detail message.
    • PropertyResolutionException

      public PropertyResolutionException(@Nullable String msg, @Nullable Throwable cause)
      Construct a PropertyResolutionException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message.
      cause - the nested exception.