net.sourceforge.pmd
Class Report.ProcessingError

java.lang.Object
  extended by net.sourceforge.pmd.Report.ProcessingError
Enclosing class:
Report

public static class Report.ProcessingError
extends Object

Represents a processing error, such as a parse error.


Constructor Summary
Report.ProcessingError(String msg, String file)
          Creates a new processing error
 
Method Summary
 String getFile()
           
 String getMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report.ProcessingError

public Report.ProcessingError(String msg,
                              String file)
Creates a new processing error

Parameters:
msg - the error message
file - the file during which the error occurred
Method Detail

getMsg

public String getMsg()

getFile

public String getFile()


Copyright © 2002-2015 InfoEther. All Rights Reserved.