Class PropertyNotFoundException

All Implemented Interfaces:
Serializable

public class PropertyNotFoundException extends EvaluationException
An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.
Author:
Keith Donald
See Also:
  • Constructor Details

    • PropertyNotFoundException

      public PropertyNotFoundException(Class<?> contextClass, String property, Throwable cause)
      Creates a new property not found exception
      Parameters:
      contextClass - the class of object upon which property evaluation was attempted
      property - the property that could not be found
      cause - root cause of the failure