|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeOperationException | |
---|---|
info.magnolia.jcr.nodebuilder | |
info.magnolia.nodebuilder |
Uses of NodeOperationException in info.magnolia.jcr.nodebuilder |
---|
Methods in info.magnolia.jcr.nodebuilder that throw NodeOperationException | |
---|---|
void |
NodeBuilder.exec()
Execute the operations. |
void |
ErrorHandler.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 |
AbstractErrorHandler.handle(javax.jcr.RepositoryException e,
javax.jcr.Node context)
|
void |
StrictErrorHandler.report(String message)
|
void |
ErrorHandler.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. |
protected void |
AbstractErrorHandler.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. |
Uses of NodeOperationException in info.magnolia.nodebuilder |
---|
Methods in info.magnolia.nodebuilder that throw NodeOperationException | |
---|---|
void |
NodeBuilder.exec()
Execute the operations. |
void |
ErrorHandler.handle(javax.jcr.RepositoryException e,
Content 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 |
AbstractErrorHandler.handle(javax.jcr.RepositoryException e,
Content context)
|
void |
StrictErrorHandler.report(String message)
|
void |
ErrorHandler.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 |
StrictErrorHandler.report(String message,
Throwable cause)
|
void |
ErrorHandler.report(String message,
Throwable cause)
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 |
AbstractErrorHandler.report(String message,
Throwable cause)
Default implementation dropping the cause for those handlers that care only about the message. |
protected void |
AbstractErrorHandler.unhandledRepositoryException(javax.jcr.RepositoryException e,
Content 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |