Package org.mapstruct.ap.spi
Class TypeHierarchyErroneousException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mapstruct.ap.spi.TypeHierarchyErroneousException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeHierarchyErroneousException extends java.lang.RuntimeExceptionIndicates a type was visited whose hierarchy was erroneous, because it has a non-existing super-type.This exception can be used to signal the MapStruct processor to postpone the generation of the mappers to the next round
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate javax.lang.model.type.TypeMirrortype
-
Constructor Summary
Constructors Constructor Description TypeHierarchyErroneousException(javax.lang.model.element.TypeElement element)TypeHierarchyErroneousException(javax.lang.model.type.TypeMirror type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.lang.model.type.TypeMirrorgetType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private final javax.lang.model.type.TypeMirror type
-
-