Variable JSONException.message

The bare error message

class JSONException
{
  // ...
  string message ;
  // ...
}