public class TypeHierarchyErroneousException extends RuntimeException
This exception can be used to signal the MapStruct processor to postpone the generation of the mappers to the next round
| Constructor and Description |
|---|
TypeHierarchyErroneousException(TypeElement element) |
TypeHierarchyErroneousException(TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeHierarchyErroneousException(TypeElement element)
public TypeHierarchyErroneousException(TypeMirror type)
public TypeMirror getType()
Copyright © 2012–2020. All rights reserved.