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
Author:
dennis(killme2008@gmail.com)
See Also:
  • Constructor Details

    • NoSuchPropertyException

      public NoSuchPropertyException()
    • NoSuchPropertyException

      public NoSuchPropertyException(String message, Throwable cause)
    • NoSuchPropertyException

      public NoSuchPropertyException(String message)
    • NoSuchPropertyException

      public NoSuchPropertyException(Throwable cause)