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.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • 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