See, for example, this thread, this one, and this other one. I don’t think they’re related to your problem, but they give examples of the exception and stack trace that are key to debugging this type of problem.
After the “Unhandled exception” message, you should see the specific error (e.g. NullPointerException
), and then in the next line you see the method, file, and line number where the error occurred.