public class LinterException extends WroRuntimeException
| Constructor and Description |
|---|
LinterException() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinterError> |
getErrors() |
LinterException |
setErrors(Collection<LinterError> errors) |
logError, wrap, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Collection<LinterError> getErrors()
public LinterException setErrors(Collection<LinterError> errors)
errors - the errors to setCopyright © 2008-2013. All Rights Reserved.