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:
Serializable
Indicates 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
- Author:
- Gunnar Morling
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeHierarchyErroneousException
-
TypeHierarchyErroneousException
-
-
Method Details
-
getType
-