Class MissingClassException

All Implemented Interfaces:
Serializable

public class MissingClassException extends ResourceNotFoundException
CheckedAnalysisException subtype to indicate that a required class was missing.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • 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 Details

    • getClassDescriptor

      public ClassDescriptor getClassDescriptor()
      Returns:
      Returns the classDescriptor.