STCompiletimeMessage
, STGroupCompiletimeMessage
, STLexerMessage
, STRuntimeMessage
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 | 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 | Description |
---|---|
STMessage(ErrorType error) |
|
STMessage(ErrorType error,
ST self) |
|
STMessage(ErrorType error,
ST self,
Throwable cause) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg,
Object arg2) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg,
Object arg2,
Object arg3) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
org.antlr.runtime.Token where,
Object arg) |
public ST self
public ErrorType error
public Object arg
public Object arg2
public Object arg3
public Throwable cause
Copyright © 2019. All rights reserved.