|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorItem
Instance of this interface is used to describe an error item on an editor page.
Field Summary | |
---|---|
static int |
CANCEL
|
static int |
ERROR
|
static int |
INFO
|
static int |
OK
|
static int |
WARNING
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the error message |
int |
getSeverity()
Returns the severity. |
java.lang.Object |
getSource()
Returns the source object on which the error occurs. |
Field Detail |
---|
static final int OK
static final int INFO
static final int WARNING
static final int ERROR
static final int CANCEL
Method Detail |
---|
java.lang.Object getSource()
java.lang.String getMessage()
int getSeverity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |