Package | Description |
---|---|
org.ballerinalang.util.exceptions |
Modifier and Type | Method and Description |
---|---|
static RuntimeErrors |
RuntimeErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeErrors[] |
RuntimeErrors.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.getErrorMessage(RuntimeErrors runtimeErrors,
Object... params) |
static BallerinaException |
BLangExceptionHelper.getRuntimeException(RuntimeErrors runtimeErrors,
Object... params) |
Copyright © 2018 WSO2. All rights reserved.