I'm implementing PublishTree/DeactivateTree.
/*
public class Publish extends PublicationTask implements SiteTreeNodeVisitor;
public class PublishTree extends Publish;
*/
the question occured:
in which cases i should just setResult(FAILURE),
and in which should i throw ExecutionException from .execute() method?
Is this Exception handled somwhere ?

-- 
 qMax


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to