# RuntimeException

**URL:** https://discourse.processing.org/t/runtimeexception/9219
**Category:** Coding Questions
**Created:** [March 12, 2019, 7:19am UTC](https://discourse.processing.org/t/runtimeexception/9219 "2019-03-12T07:19:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WowMG](https://avatars.discourse-cdn.com/v4/letter/w/f17d59/32.png) [@WowMG](https://discourse.processing.org/u/WowMG)
#### Post date: [March 12, 2019, 7:19am UTC](https://discourse.processing.org/t/runtimeexception/9219/1 "2019-03-12T07:19:34Z")

</div>

Hi, I’m getting this error. Can anyone tell me what it means?

```auto
RuntimeException: Expected a ',' or '}'

```

---

<div class="post-metadata">

### Author: ![TfGuy44](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/tfguy44/32/41_2.png) [@TfGuy44](https://discourse.processing.org/u/TfGuy44)
#### Post date: [March 12, 2019, 7:22am UTC](https://discourse.processing.org/t/runtimeexception/9219/2 "2019-03-12T07:22:06Z")

</div>

Not without seeing the code that generated it.

You are probably missing a ‘,’ or a ‘}’.
