[EMAIL PROTECTED] a écrit :
> [INFO] Compilation failure
> src/main/java/org/geotools/data/wfs/WFSDataStoreFactory.java :[459,22] cannot 
> find symbol
> symbol  : constructor IOException(java.lang.String,org.xml.sax.SAXException)
> location: class java.io.IOException

This IOException constructor is a Java 6 API.

I have meet those case in some of my code too. I handle them with the usual
"initCause" workaround, and a some comment containing "Java 6" in order to allow
us to to a "search" on the code base for spotting the code that we can simplify
when we will be allowed to compile for Java 6.

        Martin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to