Class ConflictingGenericTypesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.javaparser.resolution.logic.ConflictingGenericTypesException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConflictingGenericTypesException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingGenericTypesException(ResolvedType formalType, ResolvedType actualType)
-
-
-
Constructor Detail
-
ConflictingGenericTypesException
public ConflictingGenericTypesException(ResolvedType formalType, ResolvedType actualType)
-
-