Java Programming/Exceptions/NullPointerException
From Wikibooks, open books for an open world
NullPointerException Null Pointer Exception: This is an exception that is thrown when a command tries to access a variable and use it while it is null when it cannot be used as such. Suggestion: try to find where the variable is supposed to be defined or define it in a try:catch:final block.
This page may need to be