org.springframework.richclient.exceptionhandling.delegation
Class ChainInspectingExceptionHandlerDelegate.ChainPart

java.lang.Object
  extended by org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
Enclosing class:
ChainInspectingExceptionHandlerDelegate

public static class ChainInspectingExceptionHandlerDelegate.ChainPart
extends Object


Constructor Summary
ChainInspectingExceptionHandlerDelegate.ChainPart()
           
ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass)
           
ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass, int relativeDepth)
           
ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass, int minimumRelativeDepth, int maximumRelativeDepth)
           
 
Method Summary
 int getMaximumRelativeDepth()
           
 int getMinimumRelativeDepth()
           
 Class getThrowableClass()
           
 void setMaximumRelativeDepth(int maximumRelativeDepth)
           
 void setMinimumRelativeDepth(int minimumRelativeDepth)
           
 void setRelativeDepth(int relativeDepth)
           
 void setThrowableClass(Class throwableClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainInspectingExceptionHandlerDelegate.ChainPart

public ChainInspectingExceptionHandlerDelegate.ChainPart()

ChainInspectingExceptionHandlerDelegate.ChainPart

public ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass)

ChainInspectingExceptionHandlerDelegate.ChainPart

public ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass,
                                                         int relativeDepth)

ChainInspectingExceptionHandlerDelegate.ChainPart

public ChainInspectingExceptionHandlerDelegate.ChainPart(Class throwableClass,
                                                         int minimumRelativeDepth,
                                                         int maximumRelativeDepth)
Method Detail

getThrowableClass

public Class getThrowableClass()

setThrowableClass

public void setThrowableClass(Class throwableClass)

setRelativeDepth

public void setRelativeDepth(int relativeDepth)

getMinimumRelativeDepth

public int getMinimumRelativeDepth()

setMinimumRelativeDepth

public void setMinimumRelativeDepth(int minimumRelativeDepth)

getMaximumRelativeDepth

public int getMaximumRelativeDepth()

setMaximumRelativeDepth

public void setMaximumRelativeDepth(int maximumRelativeDepth)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.