Exceptions
Error
[next-mdx-remote] error compiling MDX:
Expected a closing tag for `<br>` (69:34-69:38) before the end of `tableData`
67 | | Operation on Null pointer | `NullPointerException` |
68 | | Operating on incorrect/non-existance index | `ArrayIndexOutOfBoundsException` |
> 69 | | Wrong formatting of any value. <br>For example, converting a String variable with characters into digit | `NumberFormatException` |
| ^
70 |
71 |
More information: https://mdxjs.com/docs/troubleshooting-mdx