Advertisement
Guest User

Untitled

a guest
May 28th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1.  
  2. C:\Users\Ceruza\Documents\Projekt Myran\Prototyp>java -jar ProjektMyran_version2
  3. .jar
  4. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  5. at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
  6. at sun.misc.FloatingDecimal.parseDouble(Unknown Source)
  7. at java.lang.Double.parseDouble(Unknown Source)
  8. at java.lang.Double.valueOf(Unknown Source)
  9. at excel.Excel.writeExcelFile(Excel.java:75)
  10. at forms.Preview.saveToExcel(Preview.java:189)
  11. at forms.Preview.jButtonSaveActionPerformed(Preview.java:181)
  12. at forms.Preview.access$000(Preview.java:31)
  13. at forms.Preview$1.actionPerformed(Preview.java:118)
  14. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  15. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  16. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  17. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  18. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
  19. ce)
  20. at java.awt.Component.processMouseEvent(Unknown Source)
  21. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  22. at java.awt.Component.processEvent(Unknown Source)
  23. at java.awt.Container.processEvent(Unknown Source)
  24. at java.awt.Component.dispatchEventImpl(Unknown Source)
  25. at java.awt.Container.dispatchEventImpl(Unknown Source)
  26. at java.awt.Component.dispatchEvent(Unknown Source)
  27. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  28. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  29. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  30. at java.awt.Container.dispatchEventImpl(Unknown Source)
  31. at java.awt.Window.dispatchEventImpl(Unknown Source)
  32. at java.awt.Component.dispatchEvent(Unknown Source)
  33. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  34. at java.awt.EventQueue.access$500(Unknown Source)
  35. at java.awt.EventQueue$3.run(Unknown Source)
  36. at java.awt.EventQueue$3.run(Unknown Source)
  37. at java.security.AccessController.doPrivileged(Native Method)
  38. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
  39. ce)
  40. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
  41. ce)
  42. at java.awt.EventQueue$4.run(Unknown Source)
  43. at java.awt.EventQueue$4.run(Unknown Source)
  44. at java.security.AccessController.doPrivileged(Native Method)
  45. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
  46. ce)
  47. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  48. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  49. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  50. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  51. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  52. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  53. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement