flex « Exception « Spring Q&A





1. flex blazeds spring exception translator    stackoverflow.com

I am using spring exception translator to wrap java exception into flex exception. eg

 public void testException()throws Exception{
       throw new Exception("my exception");
}
But for some reason, I ...

2. Java Spring Blaze DS - ANTLR Exception    stackoverflow.com

I have a simple java spring server set up that uses hibernate to access the database. However when tring to perform a query on a database table the flex data services ...

3. Propagate exception from Spring to Flex (Cairngorm)    forum.springsource.org

Propagate exception from Spring to Flex (Cairngorm) Hello: I would like to throw an exception (Spring) and propagate it to the fault function at the Command class (Cairngorm). Here is the ...