short getShort(Object obj) throws IllegalArgumentException, IllegalAccessException {
   return javaField.getShort(obj);
 }