Interface ErrorResultComponentPath

All Superinterfaces:
Serializable
All Known Implementing Classes:
ErrorResultComponentPathImpl

public interface ErrorResultComponentPath extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(String aPath)
     
    void
    add(String aPath, int anInsertPosition)
     
    get(int aPosition)
     
     
  • Method Details

    • iterator

      Iterator iterator()
    • add

      void add(String aPath)
    • add

      void add(String aPath, int anInsertPosition)
    • get

      String get(int aPosition)