Guest User

Untitled

a guest
Jun 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. try {
  2. TradeReq t = (TradeReq)Class.forName("com.toshen.controller.server.message.TradeReq").newInstance();
  3. t.handle();
  4. } catch(ClassNotFoundException e) {
  5. System.out.println(e);
  6. } catch(IllegalAccessException e) {
  7. System.out.println(e);
  8. } catch(InstantiationException e) {
  9. System.out.println(e);
  10. }
Add Comment
Please, Sign In to add comment