Uses of Class
org.mule.umo.model.ModelException

Packages that use ModelException
org.mule.impl.model   
org.mule.model UMOModel supporting configuration classes such as UMOEntryPointResolver. 
org.mule.tck.testmodels.mule   
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.impl.model
 

Subclasses of ModelException in org.mule.impl.model
 class ModelServiceNotFoundException
          Is thrown when a model service name is specified and cannot be found or loaded
 

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 method that meets the criteria of the configured EntryPointResolver.
 

Methods in org.mule.model that throw ModelException
 UMOEntryPoint DynamicEntryPointResolver.resolveEntryPoint(UMODescriptor descriptor)
           
 UMOEntryPoint CallableEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 

Uses of ModelException in org.mule.tck.testmodels.mule
 

Methods in org.mule.tck.testmodels.mule that throw ModelException
 UMOEntryPoint TestEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 

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)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.