public class STMessage extends Object
STMessage or subclass instance and notifies the listener. This root class is used for IO and internal errors.
STRuntimeMessage,
STCompiletimeMessage
| Modifier and Type | Field and Description |
|---|---|
Object |
arg
|
Object |
arg2
|
Object |
arg3
|
Throwable |
cause
|
ErrorType |
error
|
ST |
self
if in debug mode, has created instance, add attr events and eval template events.
|
| Constructor and Description |
|---|
STMessage(ErrorType
|
STMessage(ErrorType
|
STMessage(ErrorType
|
STMessage(ErrorType
|
STMessage(ErrorType
|
STMessage(ErrorType
|
STMessage(ErrorType
|
public STself
public ErrorTypeerror
public Objectarg
public Objectarg2
public Objectarg3
public Throwablecause
public STMessage(ErrorTypeerror)
public STMessage(ErrorTypeerror, ST self, Throwable cause, org .antlr .runtime .Token where, Object arg)
public StringtoString()