|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.ErrorInfoStruct
public class ErrorInfoStruct
Describes an error or information status message. Each instance of this class is essentially a structured informational or error message.
| Field Summary | |
|---|---|
protected java.lang.String |
code
Optional error code for use by the application. |
protected java.lang.String |
fieldname
The name of the field being referenced. |
protected int |
severity
The severity indicates what kind of a message this is, providing information used for display and processing. |
protected java.lang.String |
text
The error or informational text from the application. |
| Constructor Summary | |
|---|---|
ErrorInfoStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int severity
enumerated constant values:
INFO("Info") = 0WARNING("Warning") = 1ERROR("Error") = 2protected java.lang.String fieldname
protected java.lang.String code
protected java.lang.String text
| Constructor Detail |
|---|
public ErrorInfoStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||