< prev index next >

test/javax/xml/jaxp/unittest/stream/CoalesceTest/CoalesceTest.java

Print this page




  93                         }
  94 
  95                         Assert.assertTrue(text.equals(fooElementContent));
  96                     }
  97                 }
  98 
  99             }
 100         } catch (XMLStreamException ex) {
 101 
 102             if (ex.getNestedException() != null) {
 103                 ex.getNestedException().printStackTrace();
 104             }
 105             // ex.printStackTrace() ;
 106         } catch (Exception ex) {
 107             ex.printStackTrace();
 108         }
 109 
 110     }
 111 
 112 }
 113 


  93                         }
  94 
  95                         Assert.assertTrue(text.equals(fooElementContent));
  96                     }
  97                 }
  98 
  99             }
 100         } catch (XMLStreamException ex) {
 101 
 102             if (ex.getNestedException() != null) {
 103                 ex.getNestedException().printStackTrace();
 104             }
 105             // ex.printStackTrace() ;
 106         } catch (Exception ex) {
 107             ex.printStackTrace();
 108         }
 109 
 110     }
 111 
 112 }

< prev index next >