It seems like there's no api for supporting exception handling in Jerry API. We need exception handling api that facilitates following use case: - Creating [error object ](http://www.ecma-international.org/ecma-262/5.1/#sec-15.11) - Throwing an error. And below is probably less significant. - Creating try-catch block. See [Exception API on v8](https://developers.google.com/v8/embed#exceptions) for more understanding.