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