try {
year = new Year(1995);
} catch (Exception e) {
}
YearHolder h = new YearHolder(year);
Year actual = binding.methodYear(sendValue, h);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodYear Exception caught: " + re );
}
try {