Class AddFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openscada.opc.lib.da.AddFailedException
All Implemented Interfaces:
Serializable

public class AddFailedException extends Exception
See Also:
  • Constructor Details

  • Method Details

    • getErrors

      public Map<String,Integer> getErrors()
      Get the map of item id to error code
      Returns:
      the result map containing the failed items
    • getItems

      public Map<String,Item> getItems()
      Get the map of item it to item object
      Returns:
      the result map containing the succeeded items