|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecttapeutils.Message
Structure to hold an error/warning message.
| Constructor Summary | |
|---|---|
Message(boolean error,
int index,
java.lang.String text)
Constructor |
|
| Method Summary | |
|---|---|
int |
getIndex()
Get the message index. |
java.lang.String |
getText()
Get the message text. |
boolean |
isError()
Check if the message is an error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Message(boolean error,
int index,
java.lang.String text)
error - index - text - | Method Detail |
public boolean isError()
public int getIndex()
public java.lang.String getText()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||