public class DefaultCFLintExceptionListener extends Object implements CFLintExceptionListener
| Constructor and Description |
|---|
DefaultCFLintExceptionListener(BugList bugs) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionOccurred(Exception exception,
String messageCode,
String filename,
Integer line,
Integer column,
String functionName,
String expression) |
public DefaultCFLintExceptionListener(BugList bugs)
public void exceptionOccurred(Exception exception, String messageCode, String filename, Integer line, Integer column, String functionName, String expression)
exceptionOccurred in interface CFLintExceptionListenerCopyright © 2013–2015 CFLint. All rights reserved.