public abstract class AbstractErrorHandler extends Object implements ErrorHandler
Constructor and Description |
---|
AbstractErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(javax.jcr.RepositoryException e,
javax.jcr.Node context)
The operation calling this method isn't expected to do anything here;
the ErrorHandler implementation will attempt to build a fully formed message,
then decide what to do with it.
|
protected void |
unhandledRepositoryException(javax.jcr.RepositoryException e,
javax.jcr.Node context)
Override this method if you need finer grained control on RepositoryExceptions that haven't been handled
by the handle() method yet, or if you want to try and keep on proceeding anyway.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
report
public void handle(javax.jcr.RepositoryException e, javax.jcr.Node context) throws NodeOperationException, javax.jcr.RepositoryException
ErrorHandler
handle
in interface ErrorHandler
NodeOperationException
javax.jcr.RepositoryException
protected void unhandledRepositoryException(javax.jcr.RepositoryException e, javax.jcr.Node context) throws NodeOperationException, javax.jcr.RepositoryException
NodeOperationException
javax.jcr.RepositoryException
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.