Package com.attivio.sdk.error
Class ExportResources
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- com.attivio.sdk.error.ExportResources
-
public class ExportResources extends java.util.ListResourceBundle
This is a data container class for use by the JavaResourceBundle
system. It provides a mapping between integer conversion return codes and a text description for that code.
-
-
Constructor Summary
Constructors Constructor Description ExportResources()
Constructs the Export resource bundle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Gets the contents of the resource bundle.
-