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
This exception indicates corruption in the JDT index database.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionIndexException(String message)IndexException(org.eclipse.core.runtime.IStatus status) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRelatedAddress(RelatedAddress related)getCause()org.eclipse.core.runtime.IStatusvoidsetTime(long writeNumber)Sets the time that the exception occurred at (in terms of the write number from the modification log)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexException
public IndexException(org.eclipse.core.runtime.IStatus status) -
IndexException
-
-
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
-
getStatus
public org.eclipse.core.runtime.IStatus getStatus()- Returns:
- the status
-
addRelatedAddress
-
getMessage
- Overrides:
getMessagein classThrowable
-