try {
ex = (SRCPException) (Class.forName(instance.get(strCode)
.toString()).newInstance());
ex.setRequestString(request);
} catch (ClassNotFoundException x) {
throw new SRCPIOException();
} catch (InstantiationException x) {
throw new SRCPIOException();
} catch (IllegalAccessException x) {
throw new SRCPIOException();
}
}
} catch (NumberFormatException x) {
// null will be returned anyhow
}