return null;
} else if (name.equals(NAME_RUNTIME_EXCEPTION)) {
throw new com.sun.star.uno.RuntimeException(
getClass().getName() + ", throwing: " + name);
} else if (name.equals(NAME_NO_SUCH_ELEMENT_EXCEPTION)) {
throw new NoSuchElementException(
getClass().getName() + ", throwing: " + name);
} else {
throw new IllegalStateException();
}
}