public static class CSSDocumentCache.ProblemParsingCSSRuntimeException extends RuntimeException
ConcurrentCacheStoreBase.get(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase) doesn't return compiler
problems, when there's problem parsing CSS file in
CSSDocumentCache.createEntryValue(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase), we have to throw a runtime exception to pass
the compiler problems to the caller of the cache store.| Modifier and Type | Field and Description |
|---|---|
Collection<ICompilerProblem> |
cssParserProblems
A collection of compiler problems from parsing the CSS file.
|
| Constructor and Description |
|---|
CSSDocumentCache.ProblemParsingCSSRuntimeException(Collection<ICompilerProblem> problems) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Collection<ICompilerProblem> cssParserProblems
public CSSDocumentCache.ProblemParsingCSSRuntimeException(Collection<ICompilerProblem> problems)
Copyright © 2016 The Apache Software Foundation. All rights reserved.