Class IndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.org.eclipse.jdt.internal.core.nd.db.IndexException
All Implemented Interfaces:
Serializable

public class IndexException extends RuntimeException
This exception indicates corruption in the JDT index database.
See Also:
Serialized Form
  • Constructor Details

    • IndexException

      public IndexException(org.eclipse.core.runtime.IStatus status)
    • IndexException

      public IndexException(String message)
  • Method Details

    • setTime

      public void setTime(long writeNumber)
      Sets the time that the exception occurred at (in terms of the write number from the modification log)
      Parameters:
      writeNumber -
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class Throwable
    • getStatus

      public org.eclipse.core.runtime.IStatus getStatus()
      Returns:
      the status
    • addRelatedAddress

      public void addRelatedAddress(RelatedAddress related)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable