public interface ExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCircularReferenceException(Node node)
Called when CircularReferenceException is caught.
|
Node |
onPropertyReadException(PropertyReadException ex,
Node propertyNode)
Called when PropertyReadException happens.
|
Node |
onPropertyWriteException(PropertyWriteException e,
Node propertyNode)
Called when PropertyWriteException happens.
|
void onCircularReferenceException(Node node)
node - The node which has been detected to cause a circular reference.Node onPropertyWriteException(PropertyWriteException e, Node propertyNode)
e - PropertyWriteException itself.propertyNode - Node of the property that we were unable to write to.Node onPropertyReadException(PropertyReadException ex, Node propertyNode)
ex - The PropertyReadException itself.propertyNode - Node of the property that we were unable to read.Copyright © 2013. All Rights Reserved.