Class PropertyNotReadableException

All Implemented Interfaces:
Serializable

public class PropertyNotReadableException extends SourceTransformerException
Indicates that an attempt was made to read a property which is not readable.
Version:
$Id: $
See Also:
  • Constructor Details

    • PropertyNotReadableException

      public PropertyNotReadableException(Object target, String name)
      Constructor.
      Parameters:
      target - the object on which the property was unsuccessfully read.
      name - the name of the property which was unsuccessfully read.
    • PropertyNotReadableException

      public PropertyNotReadableException(Object target, String name, String detail)
      Constructor.
      Parameters:
      target - the object on which the property was unsuccessfully read.
      name - the name of the property which was unsuccessfully read.
      detail - a detail cause which is appended to the error message.