globalColorTable = null;
}
} catch (IOException e) {
String message = JaiI18N.getString("GIFImageDecoder0");
ImagingListenerProxy.errorOccurred(message,
new ImagingException(message, e),
GIFImageDecoder.class, false);
// throw new IOException(JaiI18N.getString("GIFImageDecoder0"));
}
return globalColorTable;