if (frame.getReferenceType() instanceof IJavaInterfaceType) {
IStatus status = new Status(IStatus.ERROR,
JDIDebugModel.getPluginIdentifier(),
DebugException.REQUEST_FAILED,
EvaluationEngineMessages.ASTEvaluationEngine_0, null);
throw new DebugException(status);
}
}