public class PropertyNotFoundException
extends org.mule.runtime.api.exception.MuleRuntimeException
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.util.Pair<String,String>> |
getUnresolvedKeys() |
addSuppressed, 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 © 2025 MuleSoft, Inc.. All rights reserved.