Package | Description |
---|---|
info.magnolia.jcr.nodebuilder | |
info.magnolia.nodebuilder |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeOperationException
Deprecated.
since 5.2.4 - use
NodeOperationException instead. |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.