org.jbpm.pvm.internal.builder
Class ExceptionHandlerBuilder

java.lang.Object
  extended by org.jbpm.pvm.internal.builder.ExceptionHandlerBuilder
Direct Known Subclasses:
CompositeExceptionHandlerBuilder, EventExceptionHandlerBuilder

public class ExceptionHandlerBuilder
extends java.lang.Object

Author:
Tom Baeyens

Field Summary
protected  ExceptionHandlerImpl exceptionHandler
           
 
Constructor Summary
ExceptionHandlerBuilder()
           
 
Method Summary
protected  void addListener(Descriptor descriptor)
           
protected  void addListener(EventListener eventListener)
           
protected  void setExceptionClass(java.lang.Class<? extends java.lang.Throwable> exceptionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionHandler

protected ExceptionHandlerImpl exceptionHandler
Constructor Detail

ExceptionHandlerBuilder

public ExceptionHandlerBuilder()
Method Detail

setExceptionClass

protected void setExceptionClass(java.lang.Class<? extends java.lang.Throwable> exceptionType)

addListener

protected void addListener(EventListener eventListener)

addListener

protected void addListener(Descriptor descriptor)


Copyright © 2010 JBoss Community. All Rights Reserved.