| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.connector.api | |
| org.ballerinalang.model.util | |
| org.ballerinalang.natives.exceptions | |
| org.ballerinalang.util.exceptions |
| Modifier and Type | Class and Description |
|---|---|
static class |
CPU.HandleErrorException
This is used to propagate the results of
CPU.handleError(WorkerExecutionContext) to the
main CPU instruction loop. |
| Modifier and Type | Class and Description |
|---|---|
class |
BallerinaConnectorException
BallerinaConnectorException This current annotation value types. |
| Modifier and Type | Method and Description |
|---|---|
static JsonNode |
JsonParser.parse(InputStream in)
Parses the contents in the given
InputStream and returns a JsonNode. |
static JsonNode |
JsonParser.parse(InputStream in,
String charsetName)
Parses the contents in the given
InputStream and returns a JsonNode. |
static JsonNode |
JsonParser.parse(Reader reader)
|
static JsonNode |
JsonParser.parse(String jsonStr)
Parses the contents in the given string and returns a
JsonNode. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentOutOfRangeException
Thrown when Native function tries to access non existent argument from the Ballerina context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowBuilderException
Class to represent errors occur at Flow building phase.
|
class |
LinkerException
Class to represent errors occur at linking phase.
|
class |
NativeException
Exception thrown when a ballerina native constructs fail to register.
|
class |
ParserException
Class for capturing syntax errors and handle them gracefully.
|
class |
SemanticException
Exception thrown when a ballerina config is failed to parse.
|
| Modifier and Type | Method and Description |
|---|---|
static BallerinaException |
BLangExceptionHelper.getRuntimeException(RuntimeErrors runtimeErrors,
Object... params) |
Copyright © 2018 WSO2. All rights reserved.