edu.umd.cs.findbugs.classfile

Class MissingClassException

    • Constructor Detail

      • MissingClassException

        public MissingClassException(ClassDescriptor classDescriptor)
        Constructor.
        Parameters:
        classDescriptor - missing class
      • MissingClassException

        public MissingClassException(ClassDescriptor classDescriptor,
                             Throwable cause)
        Constructor.
        Parameters:
        classDescriptor - missing class
        cause - underlying cause
    • Method Detail

      • getClassDescriptor

        public ClassDescriptor getClassDescriptor()
        Returns:
        Returns the classDescriptor.

Copyright © 2003–2015. All rights reserved.