Klasse PropertyNotWriteableException

Alle implementierten Schnittstellen:
Serializable

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

    • PropertyNotWriteableException

      public PropertyNotWriteableException(Object target, String name)
      Constructor.
      Parameter:
      target - the object on which the property was unsuccessfully written.
      name - the name of the property which was unsuccessfully written.
    • PropertyNotWriteableException

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