public class DefaultErrorManager extends ErrorManager
ErrorManager| Constructor and Description |
|---|
DefaultErrorManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportDeprecated(Error error)
Increments the deprecation warning count and prints the specified
error on the error reporting stream.
|
void |
reportError(Error error)
Increments the error count and prints the specified error on the
error reporting stream.
|
void |
reportWarning(Error error)
Increments the warning count and prints the specified error on the
error reporting stream.
|
void |
tallyDeprecateds()
Reports the total of deprecateds up to this point.
|
void |
tallyErrors()
Reports the total of errors up to this point.
|
void |
tallyWarnings()
Reports the total of warnings up to this point.
|
countDeprecated, countError, countWarning, deprecatedCount, errorCount, errorStream, hasDeprecateds, hasErrors, hasWarnings, isRecoveringErrors, isReportingErrors, recoverFromErrors, reportErrors, reset, setErrorStream, warningCountpublic void reportError(Error error)
reportError in class ErrorManagerpublic void tallyErrors()
tallyErrors in class ErrorManagerpublic void reportWarning(Error error)
reportWarning in class ErrorManagerpublic void tallyWarnings()
tallyWarnings in class ErrorManagerpublic void reportDeprecated(Error error)
reportDeprecated in class ErrorManagerpublic void tallyDeprecateds()
tallyDeprecateds in class ErrorManager