public abstract class StaticSemanticsErrorException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
StaticSemanticsErrorException() |
| Modifier and Type | Method and Description |
|---|---|
Locatable |
extent() |
java.lang.String |
getMessage() |
java.lang.String |
msg() |
StaticSemanticsErrorException |
setExtent(Locatable extent) |
StaticSemanticsErrorException |
setStamp(long stamp) |
long |
stamp() |
public final java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic final java.lang.String msg()
public final Locatable extent()
public final long stamp()
public final StaticSemanticsErrorException setExtent(Locatable extent)
public final StaticSemanticsErrorException setStamp(long stamp)