public class DefaultExceptionListener extends Object implements ExceptionListener
| Constructor and Description |
|---|
DefaultExceptionListener() |
| 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 ex,
Node propertyNode)
Called when PropertyWriteException happens.
|
public void onCircularReferenceException(Node node)
ExceptionListeneronCircularReferenceException in interface ExceptionListenernode - The node which has been detected to cause a circular reference.public Node onPropertyWriteException(PropertyWriteException ex, Node propertyNode)
ExceptionListeneronPropertyWriteException in interface ExceptionListenerex - PropertyWriteException itself.propertyNode - Node of the property that we were unable to write to.public Node onPropertyReadException(PropertyReadException ex, Node propertyNode)
ExceptionListeneronPropertyReadException in interface ExceptionListenerex - The PropertyReadException itself.propertyNode - Node of the property that we were unable to read.Copyright © 2013. All Rights Reserved.