Klasse PropertyNotReadableException

Alle implementierten Schnittstellen:
Serializable

public class PropertyNotReadableException extends SourceTransformerException
Indicates that an attempt was made to read a property which is not readable.
Version:
$Id: $
Siehe auch:
  • Konstruktordetails

    • PropertyNotReadableException

      public PropertyNotReadableException(Object target, String name)
      Constructor.
      Parameter:
      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.
      Parameter:
      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.