org.springframework.richclient.exceptionhandling.delegation
Class ChainInspectingExceptionHandlerDelegate.ChainPart
java.lang.Object
org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
- Enclosing class:
- ChainInspectingExceptionHandlerDelegate
public static class ChainInspectingExceptionHandlerDelegate.ChainPart
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.