Skip to content
Quantisan edited this page Feb 28, 2012 · 1 revision

Some common Exceptions and likely causes of each of them.

NullPointerException

  • Some variable is missing. Check input and output fields.
  • Using ungrounding variable !! when a nullable variable ! should be used instead.