Uses of Class
edu.umd.cs.findbugs.ba.type2.InvalidSignatureException

Packages that use InvalidSignatureException
edu.umd.cs.findbugs.ba.type2 A whizzy set of classes for representing Java types. 
 

Uses of InvalidSignatureException in edu.umd.cs.findbugs.ba.type2
 

Methods in edu.umd.cs.findbugs.ba.type2 that throw InvalidSignatureException
 ArrayType TypeRepository.arrayTypeFromSignature(java.lang.String signature)
          Get an ArrayType from an array signature, creating it if it doesn't exist.
 BasicType TypeRepository.basicTypeFromSignature(java.lang.String signature)
          Create an BasicType from a basic type signature.
 Type TypeRepository.specialTypeFromSignature(java.lang.String signature)
          Create a special type from a signature.
 Type TypeRepository.typeFromSignature(java.lang.String signature)
          Get an Type object representing the type whose JVM signature is given, creating it if it doesn't exist.