|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.ContextLogEntry
public final class ContextLogEntry
Entry in the log created by JET2Context log methods
Nested Class Summary | |
---|---|
static class |
ContextLogEntry.Builder
Builder for ContextLogEntry entities |
Field Summary | |
---|---|
static int |
CANCEL
The bit mask value 0x1 for a severity
indicating that the diagnosis was canceled. |
static int |
ERROR
The bit mask value 0x1 for a severity
indicating there is an error message. |
static int |
INFO
The bit mask value 0x1 for a severity
indicating there is an informational message. |
static int |
OK
The bit mask value 0x0 for a
severity indicating everything is okay. |
static int |
WARNING
The bit mask value 0x2 for a severity
indicating there is warning message. |
Method Summary | |
---|---|
ContextLogEntry[] |
getChildren()
Return the array of child log entries |
int |
getCol()
Return the column number associated with the entry |
java.lang.Throwable |
getException()
Return the exception associated with the log entry |
int |
getLine()
Return the line number associated with the entry |
java.lang.String |
getMessage()
Return the log entry message |
int |
getSeverity()
Return the severity of the entry |
TagInfo |
getTagInfo()
Return the tag information associated with the entry |
java.lang.String |
getTemplatePath()
Return the template path associated with the log entry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OK
0x0
for a
severity
indicating everything is okay.
public static final int INFO
0x1
for a severity
indicating there is an informational message.
public static final int WARNING
0x2
for a severity
indicating there is warning message.
public static final int ERROR
0x1
for a severity
indicating there is an error message.
public static final int CANCEL
0x1
for a severity
indicating that the diagnosis was canceled.
Method Detail |
---|
public ContextLogEntry[] getChildren()
public int getSeverity()
OK
, INFO
, WARNING
, ERROR
, CANCEL
.public java.lang.String getMessage()
public java.lang.Throwable getException()
null
public java.lang.String getTemplatePath()
null
.public int getCol()
public int getLine()
public TagInfo getTagInfo()
null
.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |