Class ErrorReporter
java.lang.Object
org.intocps.maestro.core.messages.ErrorReporter
- All Implemented Interfaces:
IErrorReporter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.intocps.maestro.core.messages.IErrorReporter
IErrorReporter.SilentReporter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidintintvoidprintErrors(PrintWriter out) voidprintWarnings(PrintWriter out) voidvoidsuppressErrors(boolean sup) toString()void
-
Constructor Details
-
ErrorReporter
public ErrorReporter()
-
-
Method Details
-
suppressErrors
public void suppressErrors(boolean sup) -
report
- Specified by:
reportin interfaceIErrorReporter
-
warning
- Specified by:
warningin interfaceIErrorReporter
-
detail
- Specified by:
detailin interfaceIErrorReporter
-
detail2
- Specified by:
detail2in interfaceIErrorReporter
-
clearErrors
public void clearErrors() -
getErrorCount
public int getErrorCount()- Specified by:
getErrorCountin interfaceIErrorReporter
-
getWarningCount
public int getWarningCount()- Specified by:
getWarningCountin interfaceIErrorReporter
-
getErrors
- Specified by:
getErrorsin interfaceIErrorReporter
-
getWarnings
- Specified by:
getWarningsin interfaceIErrorReporter
-
printErrors
- Specified by:
printErrorsin interfaceIErrorReporter
-
printWarnings
- Specified by:
printWarningsin interfaceIErrorReporter
-
toString
-