Package | Description |
---|---|
org.ballerinalang.util.exceptions |
Modifier and Type | Method and Description |
---|---|
static SemanticErrors |
SemanticErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticErrors[] |
SemanticErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
BLangExceptionHelper.constructSemanticError(NodeLocation nodeLocation,
SemanticErrors semanticError,
Object... params) |
static String |
BLangExceptionHelper.getErrorMessage(SemanticErrors semanticError,
Object... params) |
static SemanticException |
BLangExceptionHelper.getSemanticError(NodeLocation nodeLocation,
SemanticErrors semanticError,
Object... params) |
static void |
BLangExceptionHelper.throwSemanticError(Node node,
SemanticErrors semanticError,
Object... params) |
Copyright © 2018 WSO2. All rights reserved.