Class ExternalClassNotFoundWarning

All Implemented Interfaces:
Serializable

public class ExternalClassNotFoundWarning extends LJWarning
Warning indicating that a class referenced in an external refinement was not found
See Also:
  • Constructor Details

    • ExternalClassNotFoundWarning

      public ExternalClassNotFoundWarning(spoon.reflect.cu.SourcePosition position, String message, String className)
  • Method Details

    • getClassName

      public String getClassName()