Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at Maze.getNumRandOccupants(Maze.java:118)
  3. at P4TestDriver.testMaze(P4TestDriver.java:995)
  4. at P4TestDriver.main(P4TestDriver.java:116)
  5. at __SHELL8.run(__SHELL8.java:7)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  9. at java.lang.reflect.Method.invoke(Method.java:597)
  10. at bluej.runtime.ExecServer$3.run(ExecServer.java:814)
  11. java.lang.NullPointerException
  12. at Maze.addRandomOccupant(Maze.java:130)
  13. at P4TestDriver.testMazeReadWrite(P4TestDriver.java:1071)
  14. at P4TestDriver.main(P4TestDriver.java:127)
  15. at __SHELL8.run(__SHELL8.java:7)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  19. at java.lang.reflect.Method.invoke(Method.java:597)
  20. at bluej.runtime.ExecServer$3.run(ExecServer.java:814)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement