Class NoSuchPropertyException

All Implemented Interfaces:
Serializable

public class NoSuchPropertyException extends ExpressionRuntimeException
No such property exception when property not found in java beans.
Since:
5.2.3
See Also:
  • Field Details

  • Constructor Details

    • NoSuchPropertyException

      public NoSuchPropertyException()
    • NoSuchPropertyException

      public NoSuchPropertyException(String message, Throwable cause)
    • NoSuchPropertyException

      public NoSuchPropertyException(String message)
    • NoSuchPropertyException

      public NoSuchPropertyException(Throwable cause)