|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.xquery.XQSrcPoint
net.axyana.qizxopen.xquery.XQMessage
Error, Warning, or Information message, generated by compilation (Static Analysis) or execution.
Field Summary | |
static int |
ERROR
Error message type. |
static int |
INFO
message type: information. |
static int |
TRACE
message type: execution trace. |
static int |
TRACEINFO
message type: trace supplementary info. |
static int |
WARNING
Warning message type. |
Constructor Summary | |
XQMessage(int type,
java.lang.String text)
|
Method Summary | |
java.lang.String |
getName()
Returns the message name. |
XQMessage |
getNextMessage()
Returns the next message in the list. |
java.lang.String |
getText()
Returns the formatted text of the message. |
int |
getType()
Returns the message type (ERROR, WARNING, INFO). |
static void |
printMessage(XQMessage msg,
java.io.PrintWriter output,
boolean showSource)
|
static void |
printMessages(XQMessage list,
java.io.PrintWriter output,
boolean showSource)
|
void |
setNextMessage(XQMessage value)
|
Methods inherited from class net.axyana.qizxopen.xquery.XQSrcPoint |
getColumnNumber, getLineNumber, getModuleURI, getOffset, getSourceLine, setLocation, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INFO
public static final int TRACE
public static final int TRACEINFO
public static final int WARNING
public static final int ERROR
Constructor Detail |
public XQMessage(int type, java.lang.String text)
Method Detail |
public int getType()
public java.lang.String getName()
public java.lang.String getText()
public XQMessage getNextMessage()
public void setNextMessage(XQMessage value)
public static void printMessages(XQMessage list, java.io.PrintWriter output, boolean showSource)
public static void printMessage(XQMessage msg, java.io.PrintWriter output, boolean showSource)
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |