public abstract class Message
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
arg |
java.lang.Object |
arg2 |
int |
column |
java.lang.Throwable |
e |
java.lang.String |
file |
int |
line |
org.stringtemplate.v4.ST |
locationST |
org.stringtemplate.v4.ST |
messageFormatST |
int |
msgID |
org.stringtemplate.v4.ST |
msgST |
org.stringtemplate.v4.ST |
reportST |
| Constructor and Description |
|---|
Message() |
Message(int msgID) |
Message(int msgID,
java.lang.Object arg,
java.lang.Object arg2) |
| Modifier and Type | Method and Description |
|---|---|
org.stringtemplate.v4.ST |
getLocationTemplate()
Return a new template instance for the location part of a Message.
|
org.stringtemplate.v4.ST |
getMessageTemplate()
Return a new template instance every time someone tries to print
a Message.
|
void |
setColumn(int column) |
void |
setLine(int line) |
void |
setMessageID(int msgID) |
java.lang.String |
toString(org.stringtemplate.v4.ST messageST) |
public org.stringtemplate.v4.ST msgST
public org.stringtemplate.v4.ST locationST
public org.stringtemplate.v4.ST reportST
public org.stringtemplate.v4.ST messageFormatST
public int msgID
public java.lang.Object arg
public java.lang.Object arg2
public java.lang.Throwable e
public java.lang.String file
public int line
public int column
public Message()
public Message(int msgID)
public Message(int msgID,
java.lang.Object arg,
java.lang.Object arg2)
public void setLine(int line)
public void setColumn(int column)
public void setMessageID(int msgID)
public org.stringtemplate.v4.ST getMessageTemplate()
public org.stringtemplate.v4.ST getLocationTemplate()
public java.lang.String toString(org.stringtemplate.v4.ST messageST)