| java.lang.Object de.uka.ilkd.key.parser.ErrorHandler
ErrorHandler | public class ErrorHandler (Code) | | |
ErrorHandler | public ErrorHandler()(Code) | | create new errorhandler
|
error | public boolean error()(Code) | | errors?
boolean true if errors were thrown, false otherwise |
printErrorsAndWarnings | public void printErrorsAndWarnings()(Code) | | print all collected warnings and errors
|
reportError | public void reportError(Exception ex)(Code) | | collect error
Parameters: ex - the Exception thrown by the de.uka.ilkd.prins.parser |
reportWarning | public void reportWarning(Exception ex)(Code) | | collect warning
Parameters: ex - the Exception thrown by the de.uka.ilkd.prins.parser |
warning | public boolean warning()(Code) | | warnings?
boolean true if warnings were thrown, false otherwise |
|
|