Class Error
java.lang.Object
com.strobel.reflection.Error
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionstatic RuntimeExceptionstatic RuntimeExceptionstatic MemberResolutionExceptionstatic RuntimeExceptioncouldNotResolveMember(MemberInfo member) static RuntimeExceptioncouldNotResolveMethod(Object signature) static RuntimeExceptioncouldNotResolveParameterType(Object signature) static RuntimeExceptioncouldNotResolveType(Object signature) static RuntimeExceptionstatic RuntimeExceptionstatic RuntimeExceptioninvalidAncestorType(Type<?> ancestorType, Type<?> declaringType) static RuntimeExceptioninvalidSignatureExpectedEndOfTypeArguments(String signature, int position) static RuntimeExceptioninvalidSignatureExpectedTypeArgument(String signature, int position) static RuntimeExceptionstatic RuntimeExceptioninvalidSignatureTopLevelGenericParameterUnexpected(String signature, int position) static RuntimeExceptioninvalidSignatureTypeExpected(String signature, int position) static RuntimeExceptioninvalidSignatureUnexpectedEnd(String signature, int position) static RuntimeExceptioninvalidSignatureUnexpectedToken(String signature, int position) static RuntimeExceptionnoElementType(Type type) static RuntimeExceptionnotArrayType(Type type) static RuntimeExceptionnotBoundedType(Type type) static RuntimeExceptionnotEnumType(Type type) static RuntimeExceptionnotGenericMethod(MethodInfo method) static RuntimeExceptionnotGenericMethodDefinition(MethodInfo method) static RuntimeExceptionnotGenericParameter(Type type) static RuntimeExceptionnotGenericType(Type type) static RuntimeExceptionnotGenericTypeDefinition(Type type) static RuntimeExceptionnotPrimitiveType(Class<?> type) static RuntimeExceptionnotWildcard(Type type) static RuntimeExceptionrawFieldBindingFailure(FieldInfo field) static RuntimeExceptionrawMethodBindingFailure(MethodBase method) static RuntimeExceptionstatic RuntimeExceptionstatic RuntimeExceptiontypeCannotBeInstantiated(Type<?> t) static RuntimeExceptiontypeInstantiationFailed(Type<?> t, Throwable cause) static RuntimeExceptiontypeParameterNotDefined(Type typeParameter)
-
Constructor Details
-
Error
private Error()
-
-
Method Details
-
notGenericParameter
-
notWildcard
-
notBoundedType
-
notGenericType
-
notGenericMethod
-
notGenericMethodDefinition
-
noElementType
-
notEnumType
-
notArrayType
-
ambiguousMatch
-
incorrectNumberOfTypeArguments
-
incorrectNumberOfTypeArguments
-
notGenericTypeDefinition
-
notPrimitiveType
-
typeParameterNotDefined
-
couldNotResolveMethod
-
couldNotResolveMember
-
couldNotResolveType
-
couldNotResolveParameterType
-
typeArgumentsMustContainBoundType
-
compoundTypeMayOnlyHaveOneClassBound
-
compoundTypeMayNotHaveGenericParameterBound
-
typeCannotBeInstantiated
-
typeInstantiationFailed
-
rawFieldBindingFailure
-
rawMethodBindingFailure
-
targetInvocationException
-
couldNotResolveMatchingConstructor
-
invalidAncestorType
-
invalidSignatureTypeExpected
-
invalidSignatureTopLevelGenericParameterUnexpected
public static RuntimeException invalidSignatureTopLevelGenericParameterUnexpected(String signature, int position) -
invalidSignatureNonGenericTypeTypeArguments
-
invalidSignatureUnexpectedToken
-
invalidSignatureUnexpectedEnd
-
invalidSignatureExpectedEndOfTypeArguments
public static RuntimeException invalidSignatureExpectedEndOfTypeArguments(String signature, int position) -
invalidSignatureExpectedTypeArgument
-