public class PropertyNotFoundException
extends org.mule.runtime.ast.api.exception.PropertyNotFoundException
| Constructor and Description |
|---|
PropertyNotFoundException(org.mule.runtime.api.util.Pair<String,String> resolverKeyPair)
Creates a new instance.
|
PropertyNotFoundException(PropertyNotFoundException propertyNotFoundException,
org.mule.runtime.api.util.Pair<String,String> resolverKeyPair)
Creates a new instance.
|
getUnresolvedKeysaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException(org.mule.runtime.api.util.Pair<String,String> resolverKeyPair)
resolverKeyPair - the resolver descriptor and the key that was not able to resolve.public PropertyNotFoundException(PropertyNotFoundException propertyNotFoundException, org.mule.runtime.api.util.Pair<String,String> resolverKeyPair)
propertyNotFoundException - exception thrown by the parent resolver.resolverKeyPair - the resolver descriptor and the key that was not able to resolve.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.