Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.router.MethodExecutionException

Packages that use MethodExecutionException
com.softwarementors.extjs.djn.router   
 

Uses of MethodExecutionException in com.softwarementors.extjs.djn.router
 

Methods in com.softwarementors.extjs.djn.router that return MethodExecutionException
static MethodExecutionException MethodExecutionException.forMethodInvocationError(java.lang.reflect.Method method, java.lang.Throwable cause)
           
static MethodExecutionException MethodExecutionException.forUnableToCreateClassInstance(java.lang.Class<?> instanceClass, java.lang.Throwable cause)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres