Class TypeHierarchyErroneousException

  • All Implemented Interfaces:
    Serializable

    public class TypeHierarchyErroneousException
    extends RuntimeException
    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:
    Serialized Form
    • Constructor Detail

      • TypeHierarchyErroneousException

        public TypeHierarchyErroneousException​(TypeElement element)
      • TypeHierarchyErroneousException

        public TypeHierarchyErroneousException​(TypeMirror type)