Class MissingClassException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • MissingClassException

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

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

      • getClassDescriptor

        public ClassDescriptor getClassDescriptor()
        Returns:
        Returns the classDescriptor.