@DeclareCompilerMessage(code="600",
enumValueName="ERROR_CANNOT_FIND_BACKING_BEAN_FIELD",
message="Cannot find field with id \'${0}\' in backing bean \'${1}\'",
processorClass=FluentApiProcessor.class)
public class BBFieldNotFoundException
extends BaseException
| Constructor | Description |
|---|---|
BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiBackingBeanMappingWrapper annotation) |
|
BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiImplicitValueWrapper annotation) |
|
BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiParentBackingBeanMappingWrapper annotation) |
|
BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror,
javax.lang.model.element.AnnotationValue annotationValue) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeErrorCompilerMessage() |
public BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror,
javax.lang.model.element.AnnotationValue annotationValue)
public BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiImplicitValueWrapper annotation)
public BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiBackingBeanMappingWrapper annotation)
public BBFieldNotFoundException(java.lang.String bbFieldName,
java.lang.String bbFieldType,
io.toolisticon.fluapigen.processor.FluentApiParentBackingBeanMappingWrapper annotation)
public void writeErrorCompilerMessage()
writeErrorCompilerMessage in class BaseExceptionCopyright © 2023–2024 Holisticon AG. All rights reserved.