| Class | Description |
|---|---|
| BLangExceptionHelper |
Utility class for handler error messages.
|
| Enum | Description |
|---|---|
| RuntimeErrors |
Error codes and Error keys to represent the runtime errors.
|
| SemanticErrors |
Error codes and Error keys to represent the semantic errors.
|
| Exception | Description |
|---|---|
| BallerinaException |
This is the runtime exception occurs at executing ballerina code.
|
| BLangNullReferenceException |
BallerinaRuntimeException represents a null reference error happened in the Ballerina runtime. |
| BLangRuntimeException |
BallerinaRuntimeException represents an error happened in the Ballerina runtime. |
| FlowBuilderException |
Class to represent errors occur at Flow building phase.
|
| LinkerException |
Class to represent errors occur at linking phase.
|
| NativeException |
Exception thrown when a ballerina native constructs fail to register.
|
| ParserException |
Class for capturing syntax errors and handle them gracefully.
|
| ProgramFileFormatException |
This exception is thrown when the Ballerina program file is malformed.
|
| SemanticException |
Exception thrown when a ballerina config is failed to parse.
|
Copyright © 2018 WSO2. All rights reserved.