public class UnexpectedMetadataFailureException extends RuntimeException
MetadataFailure thrown for a component does not match the expected one. For example, if
testing the MetadataComponent.OUTPUT_PAYLOAD of a component but a MetadataComponent.OUTPUT_ATTRIBUTES failure
is thrown, this exception would be thrown.| Constructor and Description |
|---|
UnexpectedMetadataFailureException(org.mule.runtime.api.metadata.resolving.MetadataComponent expectedComponent,
List<org.mule.runtime.api.metadata.resolving.MetadataFailure> failures) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedMetadataFailureException(org.mule.runtime.api.metadata.resolving.MetadataComponent expectedComponent,
List<org.mule.runtime.api.metadata.resolving.MetadataFailure> failures)
Copyright © 2019. All rights reserved.