|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelException | |
org.mule.model | Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. |
org.mule.umo.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
Uses of ModelException in org.mule.model |
Subclasses of ModelException in org.mule.model | |
class |
NoSatisfiableMethodsException
NoSatisfiableMethodsException is thrown by EntryPointResolvers when
the component passed has no methods that meet the criteria of the configured
EntryPointResolver. |
class |
TooManySatisfiableMethodsException
TooManySatisfiableMethodsException is thrown by EntryPointResolvers when
the component passed has more than one methods that meet the criteria of the configured
EntryPointResolver. |
Methods in org.mule.model that throw ModelException | |
UMOEntryPoint |
DynamicEntryPointResolver.resolveEntryPoint(UMODescriptor descriptor)
|
Uses of ModelException in org.mule.umo.model |
Subclasses of ModelException in org.mule.umo.model | |
class |
SessionException
SessionException is thrown when errors occur in the MuleSession
or Seession Manager |
Methods in org.mule.umo.model that throw ModelException | |
UMOEntryPoint |
UMOEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |