Class EmfIndexAvailabilityException

    • Constructor Detail

      • EmfIndexAvailabilityException

        public EmfIndexAvailabilityException​(org.eclipse.core.resources.IProject project,
                                             String message)
        Creates a new instance of the exception.
        Parameters:
        project - target project for the index, can't be null
        message - the detail message, can be null.
      • EmfIndexAvailabilityException

        public EmfIndexAvailabilityException​(org.eclipse.core.resources.IProject project,
                                             String message,
                                             Throwable cause)
        Creates a new instance of the exception.
        Parameters:
        project - target project for the index, can't be null
        message - the detail message, can be null.
        cause - the cause, can be null.
      • EmfIndexAvailabilityException

        public EmfIndexAvailabilityException​(org.eclipse.core.resources.IProject project,
                                             Throwable cause)
        Creates a new instance of the exception.
        Parameters:
        project - target project for the index, can't be null
        cause - the cause, can be null.
    • Method Detail

      • getProject

        public org.eclipse.core.resources.IProject getProject()
        Gets the target project for the exception/
        Returns:
        The project which index caused this exception.