|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.errors.FwError
This class contains the info for a framework error.
| Field Summary | |
int |
code
Error code |
java.lang.String |
descr
Description of the error |
java.lang.String |
name
Name of the error |
int |
type
Error type |
| Constructor Summary | |
FwError()
Default constructor |
|
| Method Summary | |
void |
clear()
Clears the error data |
java.lang.String |
getName()
Gets the error name. |
void |
setName(java.lang.String n)
Sets the error name. |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String name
public java.lang.String descr
public int code
public int type
| Constructor Detail |
public FwError()
| Method Detail |
public void clear()
public java.lang.String getName()
public void setName(java.lang.String n)
n - the name to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||