fException = exception;
if (fEvaluationDetail == DebugEvent.EVALUATION
&& exception.getStatus().getException() instanceof InvocationException) {
// print the stack trace for the exception if an
// *explicit* evaluation
InvocationException invocationException = (InvocationException) exception
.getStatus().getException();
ObjectReference exObject = invocationException
.exception();
IJavaObject modelObject = (IJavaObject) JDIValue
.createValue(
(JDIDebugTarget) getDebugTarget(),
exObject);