Uses of Class
com.mycompany.myproject.capi.NoVowelException

Packages that use NoVowelException
com.mycompany.myproject.capi Client-side calling interface (CAPI) for the myproject API. 
 

Uses of NoVowelException in com.mycompany.myproject.capi
 

Methods in com.mycompany.myproject.capi that throw NoVowelException
 MyFunctionResult CAPI.callMyFunction(MyFunctionRequest request)
          Calls the MyFunction function using the specified request object.