Class PropertyException

All Implemented Interfaces:
Serializable

public class PropertyException extends RuntimeException
Thrown by PropertyUtils when some reflection error occurs.
Author:
lorban
See Also:
  • Constructor Details

    • PropertyException

      public PropertyException(String message, Throwable cause)
    • PropertyException

      public PropertyException(String message)