Example #1
0
 public static short cast(Object obj) {
   try {
     return (Short) obj;
   } catch (Exception exc) {
     throw Err_.new_type_mismatch_w_exc(exc, short.class, obj);
   }
 } // #<>(short)obj~(Short)obj