Package | Description |
---|---|
com.salesforce.omakase.error |
Contains the error manager and base exceptions.
|
Modifier and Type | Method and Description |
---|---|
static ErrorLevel |
ErrorLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorLevel[] |
ErrorLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultErrorManager.report(ErrorLevel level,
Syntax cause,
String message) |
void |
ErrorManager.report(ErrorLevel level,
Syntax cause,
String message)
Reports an error message.
|
Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.