Package | Description |
---|---|
info.magnolia.nodebuilder |
Modifier and Type | Method and Description |
---|---|
void |
NodeBuilder.exec()
Deprecated.
Execute the operations.
|
void |
ErrorHandler.handle(javax.jcr.RepositoryException e,
Content context)
Deprecated.
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)
Deprecated.
|
void |
StrictErrorHandler.report(String message)
Deprecated.
|
void |
ErrorHandler.report(String message)
Deprecated.
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)
Deprecated.
|
void |
ErrorHandler.report(String message,
Throwable cause)
Deprecated.
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)
Deprecated.
Default implementation dropping the cause for those handlers that care only about the message.
|
protected void |
AbstractErrorHandler.unhandledRepositoryException(javax.jcr.RepositoryException e,
Content context)
Deprecated.
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.
|
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.