public class IndexException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
IndexException(IStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRelatedAddress(RelatedAddress related) |
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
IStatus |
getStatus() |
void |
setTime(long writeNumber)
Sets the time that the exception occurred at (in terms of the write number
from the modification log)
|
public void setTime(long writeNumber)
writeNumber - public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic IStatus getStatus()
public void addRelatedAddress(RelatedAddress related)
public java.lang.String getMessage()
getMessage in class java.lang.Throwable