public class Less4jException extends Exception
| Constructor and Description |
|---|
Less4jException(List<LessCompiler.Problem> errors,
LessCompiler.CompilationResult partialResult) |
| Modifier and Type | Method and Description |
|---|---|
List<LessCompiler.Problem> |
getErrors() |
LessCompiler.CompilationResult |
getPartialResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Less4jException(List<LessCompiler.Problem> errors, LessCompiler.CompilationResult partialResult)
public LessCompiler.CompilationResult getPartialResult()
public List<LessCompiler.Problem> getErrors()
Copyright © 2012-2013. All Rights Reserved.