boolean uncaught, boolean checked, boolean register, Map<String, Object> attributes)
throws CoreException {
if (attributes == null) {
attributes = new HashMap<String, Object>(10);
}
return new JavaExceptionBreakpoint(resource, exceptionName, caught,
uncaught, checked, register, attributes);
}