Class ProcessingError
java.lang.Object
org.apache.maven.plugins.pmd.model.ProcessingError
- All Implemented Interfaces:
 Serializable
Class ProcessingError.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the detail field.Get the filename field.getMsg()Get the msg field.voidSet the detail field.voidsetFilename(String filename) Set the filename field.voidSet the msg field. 
- 
Constructor Details
- 
ProcessingError
public ProcessingError() 
 - 
 - 
Method Details
- 
getDetail
Get the detail field.- Returns:
 - String
 
 - 
getFilename
Get the filename field.- Returns:
 - String
 
 - 
getMsg
Get the msg field.- Returns:
 - String
 
 - 
setDetail
Set the detail field.- Parameters:
 detail-
 - 
setFilename
Set the filename field.- Parameters:
 filename-
 - 
setMsg
Set the msg field.- Parameters:
 msg-
 
 -