Uses of Class
info.magnolia.jcr.nodebuilder.NodeOperationException

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
 

Subclasses of NodeOperationException in info.magnolia.nodebuilder
 class NodeOperationException
          Deprecated. since 4.5.18 - use NodeOperationException instead.
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.