Throws the right exception to complain about a bogus type. @param type non-null; the bad type @return never
(TypeBearer type)
| 2116 | * @return never |
| 2117 | */ |
| 2118 | private static Rop throwBadType(TypeBearer type) { |
| 2119 | throw new IllegalArgumentException("bad type: " + type); |
| 2120 | } |
| 2121 | |
| 2122 | /** |
| 2123 | * Throws the right exception to complain about a bogus list of types. |
no outgoing calls
no test coverage detected