// TODO if in debug mode show a more detailed message
// Unable to find Views.class[methodName(HttpResponse, otherparams)]
// Views contained the following methods
// ... (is it possible to show methods from a class?)
log.error("Unable to find method matching name='" + this.methodName + "' and param count = " + m.groupCount() );
throw new HttpException("Unable to find method matching name='" + this.methodName + "' and param count = " + m.groupCount() );
}
}
}
Object[] params = new Object[m.groupCount()+1];