From: <php...@li...> - 2011-01-22 12:08:15
|
Hi! If each java.lang.Exception is wrapped by JavaException there's no way to access getMessage() as it it is hidden by the useless Exception::getMessage() PHP method. $exception->message; works, as JavaBridge.java implements bean properties. But it isn't cached. What about adding a getObject() method to JavaException? Peter |