- RouteRequestImpl.getCIMServer()
- RouteApi routeApi = new ProxyManager<>(RouteApi.class, routeUrl, okHttpClient).getInstance();
- 动态代理调用接口时抛出一下异常
【异常】Method threw 'java.lang.reflect.UndeclaredThrowableException' exception. Cannot evaluate com.sun.proxy.$Proxy66.toString()
【求问】这种情况要如何解决啊。