MCPcopy Create free account
hub / github.com/OSGeo/gdal / printLastError

Method printLastError

swig/java/apps/GDALtest.java:313–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 }
312
313 public void printLastError() {
314 System.out.println("Last error: " + gdal.GetLastErrorMsg());
315 System.out.println("Last error no: " + gdal.GetLastErrorNo());
316 System.out.println("Last error type: " + gdal.GetLastErrorType());
317 }
318
319 public void actionPerformed(ActionEvent arg0) {
320 System.out.println("Loading file chooser...");

Callers 1

openFileMethod · 0.95

Calls 3

GetLastErrorMsgMethod · 0.80
GetLastErrorNoMethod · 0.80
GetLastErrorTypeMethod · 0.80

Tested by

no test coverage detected