Class ProcessingError

java.lang.Object
org.apache.maven.plugins.pmd.model.ProcessingError
All Implemented Interfaces:
Serializable

public class ProcessingError extends Object implements Serializable
Class ProcessingError.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • ProcessingError

      public ProcessingError()
  • Method Details

    • getDetail

      public String getDetail()
      Get the detail field.
      Returns:
      String
    • getFilename

      public String getFilename()
      Get the filename field.
      Returns:
      String
    • getMsg

      public String getMsg()
      Get the msg field.
      Returns:
      String
    • setDetail

      public void setDetail(String detail)
      Set the detail field.
      Parameters:
      detail -
    • setFilename

      public void setFilename(String filename)
      Set the filename field.
      Parameters:
      filename -
    • setMsg

      public void setMsg(String msg)
      Set the msg field.
      Parameters:
      msg -