|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.htmlevaluation.HtmlEvaluationMessage
public class HtmlEvaluationMessage
Representation of a Message created by Tidy API. This
Nested Class Summary | |
---|---|
static class |
HtmlEvaluationMessage.Level
Level of the Message. |
Constructor Summary | |
---|---|
HtmlEvaluationMessage(int errorCode,
int line,
int column,
HtmlEvaluationMessage.Level level,
String message)
Constructor. |
|
HtmlEvaluationMessage(org.w3c.tidy.TidyMessage tidyMessage)
Constructor. |
Method Summary | |
---|---|
int |
getColumn()
Returns the column. |
int |
getErrorCode()
Returns the errorCode. |
HtmlEvaluationMessage.Level |
getLevel()
Returns the level. |
int |
getLine()
Returns the line. |
String |
getMessage()
Returns the message. |
void |
setColumn(int column)
Sets the column. |
void |
setErrorCode(int errorCode)
Sets the errorCode. |
void |
setLevel(HtmlEvaluationMessage.Level level)
Sets the level. |
void |
setLine(int line)
Sets the line. |
void |
setMessage(String message)
Sets the message. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HtmlEvaluationMessage(org.w3c.tidy.TidyMessage tidyMessage)
tidyMessage
- a Tidy Message Object.public HtmlEvaluationMessage(int errorCode, int line, int column, HtmlEvaluationMessage.Level level, String message)
errorCode
- Error code.line
- line where was found the problem.column
- column where was found the problem.level
- level of the problem.message
- Message.Method Detail |
---|
public void setErrorCode(int errorCode)
errorCode
- the errorCode value to set.public int getErrorCode()
public void setLine(int line)
line
- the line value to set.public int getLine()
public void setColumn(int column)
column
- the column value to set.public int getColumn()
public void setLevel(HtmlEvaluationMessage.Level level)
level
- the level value to set.public HtmlEvaluationMessage.Level getLevel()
public void setMessage(String message)
message
- the message value to set.public String getMessage()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |