org.jbpm.pvm.internal.builder
Class CompositeExceptionHandlerBuilder

java.lang.Object
  extended by org.jbpm.pvm.internal.builder.ExceptionHandlerBuilder
      extended by org.jbpm.pvm.internal.builder.CompositeExceptionHandlerBuilder

public class CompositeExceptionHandlerBuilder
extends ExceptionHandlerBuilder

Author:
Tom Baeyens

Field Summary
protected  CompositeBuilder compositeBuilder
           
 
Fields inherited from class org.jbpm.pvm.internal.builder.ExceptionHandlerBuilder
exceptionHandler
 
Constructor Summary
CompositeExceptionHandlerBuilder(CompositeBuilder compositeBuilder, java.lang.Class<? extends java.lang.Throwable> exceptionType)
           
 
Method Summary
 CompositeBuilder endExceptionHandler()
           
 CompositeExceptionHandlerBuilder exceptionClass(java.lang.Class<? extends java.lang.Throwable> exceptionType)
           
 CompositeExceptionHandlerBuilder listener(Descriptor descriptor)
           
 CompositeExceptionHandlerBuilder listener(EventListener eventListener)
           
 
Methods inherited from class org.jbpm.pvm.internal.builder.ExceptionHandlerBuilder
addListener, addListener, setExceptionClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compositeBuilder

protected CompositeBuilder compositeBuilder
Constructor Detail

CompositeExceptionHandlerBuilder

public CompositeExceptionHandlerBuilder(CompositeBuilder compositeBuilder,
                                        java.lang.Class<? extends java.lang.Throwable> exceptionType)
Method Detail

exceptionClass

public CompositeExceptionHandlerBuilder exceptionClass(java.lang.Class<? extends java.lang.Throwable> exceptionType)

listener

public CompositeExceptionHandlerBuilder listener(EventListener eventListener)

listener

public CompositeExceptionHandlerBuilder listener(Descriptor descriptor)

endExceptionHandler

public CompositeBuilder endExceptionHandler()


Copyright © 2010 JBoss Community. All Rights Reserved.