public class MultipleConfigurationsFoundException extends Exception
TypeScriptTemplatesConfiguration exists inside the current compilation unit.| Constructor and Description |
|---|
MultipleConfigurationsFoundException(Set<? extends Element> elementsWithConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Set<Element> |
getElementsWithConfiguration()
All
Elements annotated with TypeScriptTemplatesConfiguration. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleConfigurationsFoundException(Set<? extends Element> elementsWithConfiguration)
elementsWithConfiguration - all Elements annotated with TypeScriptTemplatesConfigurationpublic Set<Element> getElementsWithConfiguration()
Elements annotated with TypeScriptTemplatesConfiguration.ElementCopyright © 2016–2018. All rights reserved.