You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should check against null objects being added to the scenario and throw a useful exception. Currently the exception raised - when the null object is injected - does not lead back to the source of the error:
Exception in thread "main" java.lang.NullPointerException
at com.google.inject.internal.InjectorImpl.injectMembers(InjectorImpl.java:943)
at uk.ac.imperial.presage2.core.simulator.RunnableSimulation.initialise(RunnableSimulation.java:301)
at uk.ac.imperial.presage2.core.simulator.RunnableSimulation.run(RunnableSimulation.java:271)
at uk.ac.imperial.presage2.core.simulator.RunnableSimulation.main(RunnableSimulation.java:164)
The text was updated successfully, but these errors were encountered:
We should check against null objects being added to the scenario and throw a useful exception. Currently the exception raised - when the null object is injected - does not lead back to the source of the error:
The text was updated successfully, but these errors were encountered: