145146147148149150151152
return expected.cast(o); } catch (ClassCastException e) { fail("Expected " + expected.getName() + " got " + o.getClass().getName()); throw new UnreachableStatementException(); } }
360361362363364365366367368369370
permits.release(); JBossResourceException.rethrowAsResourceException("Unexpected throwable while trying to " + "create a connection: " + cl, t); throw new UnreachableStatementException(); } } else { // We timed out
108109110111112113114
} else if ("hashCode".equals(name)) return getCompositeData().hashCode(); else if ("toString".equals(name)) return getCompositeData().toString(); throw new UnreachableStatementException(); }
218219220221222223224
checkAssignable("Default value ", clazz, value); return value; } } else throw new UnreachableStatementException(invocation.getType()); }
78798081828384
{ if (openType != null) return openType; if (composite != null) return composite.getCompositeType(); throw new UnreachableStatementException(); }
346347348349350351352
* @throws Error Not yet implemented */ public void removeLocalHome(Invocation mi) throws RemoteException, RemoveException { throw new UnreachableStatementException(); }
390391392393394395396
static class UnknownClassInfo implements ClassInfo { public ConstructorInfo[] getDeclaredConstructors() { throw new UnreachableStatementException(); }
395396397398399400401
throw new UnreachableStatementException(); } public FieldInfo getDeclaredField(String name) { throw new UnreachableStatementException(); }
400401402403404405406
throw new UnreachableStatementException(); } public FieldInfo[] getDeclaredFields() { throw new UnreachableStatementException(); }
405406407408409410411
throw new UnreachableStatementException(); } public MethodInfo getDeclaredMethod(String name, TypeInfo[] parameters) { throw new UnreachableStatementException(); }