Class NotFoundError

All Implemented Interfaces:
Serializable

public class NotFoundError extends LJError
Error indicating that an element referenced in a refinement was not found
See Also:
  • Constructor Details

    • NotFoundError

      public NotFoundError(String name, String kind)
    • NotFoundError

      public NotFoundError(spoon.reflect.cu.SourcePosition position, String name, String kind, TranslationTable translationTable)
  • Method Details

    • getName

      public String getName()
    • getKind

      public String getKind()