Package com.strobel.assembler.metadata
Class Error
- java.lang.Object
-
- com.strobel.assembler.metadata.Error
-
final class Error extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.RuntimeException
couldNotLoadClassType()
static java.lang.RuntimeException
couldNotLoadObjectType()
static java.lang.RuntimeException
invalidSignatureExpectedEndOfTypeArguments(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureExpectedEndOfTypeVariables(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureExpectedParameterList(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureExpectedReturnType(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureExpectedTypeArgument(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureExpectedTypeVariable(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureNonGenericTypeTypeArguments(TypeReference type)
static java.lang.RuntimeException
invalidSignatureTopLevelGenericParameterUnexpected(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureTypeExpected(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureUnexpectedEnd(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureUnexpectedToken(java.lang.String signature, int position)
static java.lang.RuntimeException
invalidSignatureUnresolvedTypeVariable(java.lang.String signature, java.lang.String variableName, int position)
static java.lang.RuntimeException
noElementType(TypeReference type)
static java.lang.RuntimeException
notArrayType(TypeReference type)
static java.lang.RuntimeException
notBoundedType(TypeReference type)
static java.lang.RuntimeException
notEnumType(TypeReference type)
static java.lang.RuntimeException
notGenericMethod(MethodReference method)
static java.lang.RuntimeException
notGenericMethodDefinition(MethodReference method)
static java.lang.RuntimeException
notGenericParameter(TypeReference type)
static java.lang.RuntimeException
notGenericType(TypeReference type)
static java.lang.RuntimeException
notWildcard(TypeReference type)
-
-
-
Method Detail
-
notGenericParameter
public static java.lang.RuntimeException notGenericParameter(TypeReference type)
-
notWildcard
public static java.lang.RuntimeException notWildcard(TypeReference type)
-
notBoundedType
public static java.lang.RuntimeException notBoundedType(TypeReference type)
-
notGenericType
public static java.lang.RuntimeException notGenericType(TypeReference type)
-
notGenericMethod
public static java.lang.RuntimeException notGenericMethod(MethodReference method)
-
notGenericMethodDefinition
public static java.lang.RuntimeException notGenericMethodDefinition(MethodReference method)
-
noElementType
public static java.lang.RuntimeException noElementType(TypeReference type)
-
notEnumType
public static java.lang.RuntimeException notEnumType(TypeReference type)
-
notArrayType
public static java.lang.RuntimeException notArrayType(TypeReference type)
-
invalidSignatureTypeExpected
public static java.lang.RuntimeException invalidSignatureTypeExpected(java.lang.String signature, int position)
-
invalidSignatureTopLevelGenericParameterUnexpected
public static java.lang.RuntimeException invalidSignatureTopLevelGenericParameterUnexpected(java.lang.String signature, int position)
-
invalidSignatureNonGenericTypeTypeArguments
public static java.lang.RuntimeException invalidSignatureNonGenericTypeTypeArguments(TypeReference type)
-
invalidSignatureUnexpectedToken
public static java.lang.RuntimeException invalidSignatureUnexpectedToken(java.lang.String signature, int position)
-
invalidSignatureUnexpectedEnd
public static java.lang.RuntimeException invalidSignatureUnexpectedEnd(java.lang.String signature, int position)
-
invalidSignatureExpectedEndOfTypeArguments
public static java.lang.RuntimeException invalidSignatureExpectedEndOfTypeArguments(java.lang.String signature, int position)
-
invalidSignatureExpectedEndOfTypeVariables
public static java.lang.RuntimeException invalidSignatureExpectedEndOfTypeVariables(java.lang.String signature, int position)
-
invalidSignatureExpectedTypeArgument
public static java.lang.RuntimeException invalidSignatureExpectedTypeArgument(java.lang.String signature, int position)
-
invalidSignatureExpectedParameterList
public static java.lang.RuntimeException invalidSignatureExpectedParameterList(java.lang.String signature, int position)
-
invalidSignatureExpectedReturnType
public static java.lang.RuntimeException invalidSignatureExpectedReturnType(java.lang.String signature, int position)
-
invalidSignatureExpectedTypeVariable
public static java.lang.RuntimeException invalidSignatureExpectedTypeVariable(java.lang.String signature, int position)
-
invalidSignatureUnresolvedTypeVariable
public static java.lang.RuntimeException invalidSignatureUnresolvedTypeVariable(java.lang.String signature, java.lang.String variableName, int position)
-
couldNotLoadObjectType
public static java.lang.RuntimeException couldNotLoadObjectType()
-
couldNotLoadClassType
public static java.lang.RuntimeException couldNotLoadClassType()
-
-