Advertisement
Claycorp

Untitled

Aug 20th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  2. at net.doubledoordev.pay2spawn.types.guis.ItemTypeGui.updateJson(ItemTypeGui.java:88)
  3. at net.doubledoordev.pay2spawn.types.guis.ItemTypeGui$2.actionPerformed(ItemTypeGui.java:110)
  4. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  5. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  6. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  7. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  8. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  9. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  10. at java.awt.Component.processMouseEvent(Unknown Source)
  11. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  12. at java.awt.Component.processEvent(Unknown Source)
  13. at java.awt.Container.processEvent(Unknown Source)
  14. at java.awt.Component.dispatchEventImpl(Unknown Source)
  15. at java.awt.Container.dispatchEventImpl(Unknown Source)
  16. at java.awt.Component.dispatchEvent(Unknown Source)
  17. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  18. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  20. at java.awt.Container.dispatchEventImpl(Unknown Source)
  21. at java.awt.Window.dispatchEventImpl(Unknown Source)
  22. at java.awt.Component.dispatchEvent(Unknown Source)
  23. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  24. at java.awt.EventQueue.access$200(Unknown Source)
  25. at java.awt.EventQueue$3.run(Unknown Source)
  26. at java.awt.EventQueue$3.run(Unknown Source)
  27. at java.security.AccessController.doPrivileged(Native Method)
  28. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  29. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  30. at java.awt.EventQueue$4.run(Unknown Source)
  31. at java.awt.EventQueue$4.run(Unknown Source)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  34. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  35. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  36. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  38. at java.awt.WaitDispatchSupport$2.run(Unknown Source)
  39. at java.awt.WaitDispatchSupport$4.run(Unknown Source)
  40. at java.security.AccessController.doPrivileged(Native Method)
  41. at java.awt.WaitDispatchSupport.enter(Unknown Source)
  42. at java.awt.Dialog.show(Unknown Source)
  43. at java.awt.Component.show(Unknown Source)
  44. at java.awt.Component.setVisible(Unknown Source)
  45. at java.awt.Window.setVisible(Unknown Source)
  46. at java.awt.Dialog.setVisible(Unknown Source)
  47. at net.doubledoordev.pay2spawn.types.guis.HelperGuiBase.makeAndOpen(HelperGuiBase.java:80)
  48. at net.doubledoordev.pay2spawn.types.guis.ItemTypeGui.<init>(ItemTypeGui.java:70)
  49. at net.doubledoordev.pay2spawn.types.ItemType.openNewGui(ItemType.java:117)
  50. at net.doubledoordev.pay2spawn.configurator.Configurator$1.mouseClicked(Configurator.java:154)
  51. at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
  52. at java.awt.Component.processMouseEvent(Unknown Source)
  53. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  54. at java.awt.Component.processEvent(Unknown Source)
  55. at java.awt.Container.processEvent(Unknown Source)
  56. at java.awt.Component.dispatchEventImpl(Unknown Source)
  57. at java.awt.Container.dispatchEventImpl(Unknown Source)
  58. at java.awt.Component.dispatchEvent(Unknown Source)
  59. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  60. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  61. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  62. at java.awt.Container.dispatchEventImpl(Unknown Source)
  63. at java.awt.Window.dispatchEventImpl(Unknown Source)
  64. at java.awt.Component.dispatchEvent(Unknown Source)
  65. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  66. at java.awt.EventQueue.access$200(Unknown Source)
  67. at java.awt.EventQueue$3.run(Unknown Source)
  68. at java.awt.EventQueue$3.run(Unknown Source)
  69. at java.security.AccessController.doPrivileged(Native Method)
  70. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  71. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  72. at java.awt.EventQueue$4.run(Unknown Source)
  73. at java.awt.EventQueue$4.run(Unknown Source)
  74. at java.security.AccessController.doPrivileged(Native Method)
  75. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  76. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  77. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  78. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  79. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  80. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  81. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  82. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement