|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.nodebuilder.AbstractErrorHandler info.magnolia.nodebuilder.task.TaskLogErrorHandler
public class TaskLogErrorHandler
An ErrorHandler which logs handled errors to the InstallContext as warnings, and wraps unhandled exceptions in NodeOperationException.
Constructor Summary | |
---|---|
TaskLogErrorHandler(InstallContext installCtx)
|
Method Summary | |
---|---|
void |
report(java.lang.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. |
Methods inherited from class info.magnolia.nodebuilder.AbstractErrorHandler |
---|
handle, report, unhandledRepositoryException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskLogErrorHandler(InstallContext installCtx)
Method Detail |
---|
public void report(java.lang.String message)
ErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |