Package org.mapstruct.ap.spi
Class MoreThanOneBuilderCreationMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapstruct.ap.spi.MoreThanOneBuilderCreationMethodException
- All Implemented Interfaces:
Serializable
Indicates that a type has too many builder creation methods.
This exception can be used to signal the MapStruct processor that more than one builder creation method was found.
- Author:
- Filip Hrisafov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoreThanOneBuilderCreationMethodException
public MoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods)
-
-
Method Details
-
getType
-
getBuilderInfo
-