com.ds.fw.errors
Class FwError

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.errors.FwError
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwError
extends FwSimpleObject

This class contains the info for a framework error.

See Also:
Serialized Form

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

name

public java.lang.String name
Name of the error


descr

public java.lang.String descr
Description of the error


code

public int code
Error code


type

public int type
Error type

Constructor Detail

FwError

public FwError()
Default constructor

Method Detail

clear

public void clear()
Clears the error data


getName

public java.lang.String getName()
Gets the error name.


setName

public void setName(java.lang.String n)
Sets the error name.

Parameters:
n - the name to be set