| Package | Description |
|---|---|
| org.mule.parser.service |
| Modifier and Type | Method and Description |
|---|---|
ScaffoldingErrorType |
CompositeScaffoldingError.errorType() |
ScaffoldingErrorType |
ComponentScaffoldingError.errorType()
Return the error type
|
ScaffoldingErrorType |
SimpleScaffoldingError.errorType() |
static ScaffoldingErrorType |
ScaffoldingErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaffoldingErrorType[] |
ScaffoldingErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CompositeScaffoldingError(String description,
ScaffoldingErrorType errorType,
List<SimpleScaffoldingError> errors) |
SimpleScaffoldingError(String cause,
ScaffoldingErrorType errorType) |
Copyright © 2019. All rights reserved.