public class NullError extends Object implements org.mule.runtime.api.message.Error
Represent the absence of an Error in an event
| Constructor and Description |
|---|
NullError() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
List<org.mule.runtime.api.message.Error> |
getChildErrors() |
String |
getDescription() |
String |
getDetailedDescription() |
org.mule.runtime.api.message.Message |
getErrorMessage() |
org.mule.runtime.api.message.ErrorType |
getErrorType() |
public String getDescription()
getDescription in interface org.mule.runtime.api.message.Errorpublic String getDetailedDescription()
getDetailedDescription in interface org.mule.runtime.api.message.Errorpublic org.mule.runtime.api.message.ErrorType getErrorType()
getErrorType in interface org.mule.runtime.api.message.Errorpublic Throwable getCause()
getCause in interface org.mule.runtime.api.message.Errorpublic org.mule.runtime.api.message.Message getErrorMessage()
getErrorMessage in interface org.mule.runtime.api.message.Errorpublic List<org.mule.runtime.api.message.Error> getChildErrors()
getChildErrors in interface org.mule.runtime.api.message.ErrorCopyright © 2019. All rights reserved.