public interface ErrorHandler
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.
|
void |
report(String message)
The operation calling this method is expected to pass a fully formed message;
it should ideally contain some context information about the operation that
caused an issue.
|
void report(String message) throws NodeOperationException, javax.jcr.RepositoryException
NodeOperationException
javax.jcr.RepositoryException
void handle(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.