Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  2. at javafx.fxml/javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
  3. at javafx.fxml/javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
  4. at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
  5. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  6. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  7. at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
  8. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  9. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  10. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  11. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  12. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  13. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  14. at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
  15. at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
  16. at javafx.base/javafx.event.Event.fireEvent(Unknown Source)
  17. at javafx.graphics/javafx.scene.Node.fireEvent(Unknown Source)
  18. at javafx.controls/javafx.scene.control.Button.fire(Unknown Source)
  19. at javafx.controls/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
  20. at javafx.controls/com.sun.javafx.scene.control.inputmap.InputMap.handle(Unknown Source)
  21. at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
  22. at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
  23. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  24. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  25. at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
  26. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  27. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  28. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  29. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  30. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  31. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  32. at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
  33. at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
  34. at javafx.base/javafx.event.Event.fireEvent(Unknown Source)
  35. at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source)
  36. at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
  37. at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source)
  38. at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
  39. at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
  40. at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
  41. at java.base/java.security.AccessController.doPrivileged(Native Method)
  42. at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source)
  43. at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
  44. at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
  45. at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
  46. at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source)
  47. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  48. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
  49. at java.base/java.lang.Thread.run(Unknown Source)
  50. Caused by: java.lang.reflect.InvocationTargetException
  51. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  53. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  54. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  55. at com.sun.javafx.reflect.Trampoline.invoke(Unknown Source)
  56. at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  57. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  59. at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(Unknown Source)
  60. at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source)
  61. ... 48 more
  62. Caused by: java.lang.IndexOutOfBoundsException: Index -1 out-of-bounds for length 0
  63. at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
  64. at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
  65. at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
  66. at java.base/java.util.Objects.checkIndex(Unknown Source)
  67. at java.base/java.util.ArrayList.get(Unknown Source)
  68. at wipb.survivor.controller.OptionsWindowController.handleSaveAndBackButton(OptionsWindowController.java:53)
  69. ... 58 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement