Revision 12261

View differences:

branches/F2/libraries/libJCRS/src/org/gvsig/crs/Proj4.java
2657 2657
			if(indexProj==-1)
2658 2658
			{
2659 2659
				System.out.println("La proyeccion "+strProjName+" no figura en Proj4");
2660
				throw(new CrsException(new Exception()));
2660
				throw(new CrsException(new Exception("La proyeccion "+strProjName+" no figura en Proj4")));
2661 2661
			}
2662 2662
			String projectionName=(getProj4ProjectionName(indexProj)).trim();
2663 2663
			ArrayList parameterNames=getProj4ProjectionParameters(indexProj);

Also available in: Unified diff