@NoInstantiate public final class MuleExceptionInfo extends Object implements Serializable
MuleException to help in troubleshooting| Modifier and Type | Field and Description |
|---|---|
static String |
FLOW_STACK_INFO_KEY |
static String |
FLOW_STACK_INFO_KEY_MSG |
static String |
INFO_ERROR_TYPE_KEY |
static String |
INFO_ERROR_TYPE_KEY_MSG |
static String |
INFO_LOCATION_KEY |
static String |
INFO_LOCATION_KEY_MSG |
static String |
INFO_SOURCE_DSL_KEY |
static String |
INFO_SOURCE_DSL_KEY_MSG |
static String |
MISSING_DEFAULT_VALUE |
| Constructor and Description |
|---|
MuleExceptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDslSource() |
ErrorType |
getErrorType() |
Serializable |
getFlowStack() |
String |
getLocation() |
boolean |
isAlreadyLogged() |
void |
putAdditionalEntry(String name,
Object info) |
void |
setAlreadyLogged(boolean alreadyLogged) |
void |
setDslSource(String dslSource) |
void |
setErrorType(ErrorType errorType) |
void |
setFlowStack(Serializable flowStack) |
void |
setLocation(String location) |
public static final String INFO_ERROR_TYPE_KEY
public static final String INFO_LOCATION_KEY
public static final String INFO_SOURCE_DSL_KEY
public static final String FLOW_STACK_INFO_KEY
public static final String MISSING_DEFAULT_VALUE
public static final String INFO_ERROR_TYPE_KEY_MSG
public static final String INFO_LOCATION_KEY_MSG
public static final String INFO_SOURCE_DSL_KEY_MSG
public static final String FLOW_STACK_INFO_KEY_MSG
public boolean isAlreadyLogged()
public void setAlreadyLogged(boolean alreadyLogged)
public ErrorType getErrorType()
public void setErrorType(ErrorType errorType)
public String getLocation()
public void setLocation(String location)
public String getDslSource()
public void setDslSource(String dslSource)
public Serializable getFlowStack()
public void setFlowStack(Serializable flowStack)
Copyright © 2021 MuleSoft, Inc.. All rights reserved.