Advertisement
Guest User

スタックトレース

a guest
Sep 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. javafx.fxml.LoadException:
  2. /C:/Users/creep/Desktop/Work/Java/Othello/bin/jp/starfree/cpsv/Othello.fxml
  3.  
  4. at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2625)
  5. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2603)
  6. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2466)
  7. at javafx.fxml/javafx.fxml.FXMLLoader.load(FXMLLoader.java:2435)
  8. at jp.starfree.cpsv.OthelloCore.start(OthelloCore.java:32)
  9. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:919)
  10. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(PlatformImpl.java:449)
  11. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
  12. at java.base/java.security.AccessController.doPrivileged(Native Method)
  13. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
  14. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  15. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  16. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:175)
  17. at java.base/java.lang.Thread.run(Thread.java:844)
  18. Caused by: java.lang.ClassCastException: javafx.graphics@10/javafx.scene.Group cannot be cast to javafx.controls@10/javafx.scene.control.Button
  19. at jp.starfree.cpsv.Othello.initialize(Othello.java:43)
  20. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2573)
  21. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement