262728293031323334
public String setString(String arg) { return arg; } public void throwException() throws NonCorbaException { NonCorbaException e = new NonCorbaException(); e.someField = "test"; throw e; }