Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Caused by: java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  5. at java.lang.reflect.Method.invoke(Method.java:498)
  6. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  7. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  9. at java.lang.reflect.Method.invoke(Method.java:498)
  10. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  11. at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1771)
  12. ... 45 more
  13. Caused by: java.lang.NullPointerException
  14. at sample.DokumentController.setButtonColor(DokumentController.java:41)
  15. ... 55 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement