Class Error


  • final class Error
    extends java.lang.Object
    • Constructor Detail

      • Error

        Error()
    • 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)
      • stackMapperCalledWithUnexpandedFrame

        public static java.lang.RuntimeException stackMapperCalledWithUnexpandedFrame​(FrameType frameType)
      • invalidBootstrapMethodEntry

        public static java.lang.RuntimeException invalidBootstrapMethodEntry​(MethodReference bootstrapMethod,
                                                                             int parameterCount,
                                                                             int argumentCount)