public class PropertyNotWriteableException extends SourceTransformerException
Constructor and Description |
---|
PropertyNotWriteableException(Object target,
String name)
Constructor.
|
PropertyNotWriteableException(Object target,
String name,
String detail)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotWriteableException(Object target, String name)
target
- the object on which the property was unsuccessfully
written.name
- the name of the property which was unsuccessfully written.public PropertyNotWriteableException(Object target, String name, String detail)
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.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.