Class MissingClassException

All Implemented Interfaces:
Serializable

public class MissingClassException extends DataflowAnalysisException
DataflowAnalysisException variant to report a class lookup failure that caused dataflow analysis to abort.
See Also:
  • Field Details

  • Constructor Details

    • MissingClassException

      private MissingClassException(String className)
    • MissingClassException

      public MissingClassException(ClassNotFoundException exception)
      Constructor.
      Parameters:
      exception - the ClassNotFoundException that caused this exception
  • Method Details

    • getClassName

      public String getClassName()
      Get the name of the missing class.
      Returns:
      name of the missing class, or null if the missing class name is unknown
    • getClassDescriptor

      public ClassDescriptor getClassDescriptor()
    • getClassNotFoundException

      public ClassNotFoundException getClassNotFoundException()
      Get the ClassNotFoundException that caused this exception.
      Returns:
      the ClassNotFoundException that caused this exception