|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.FaultHandler
Fault handler
Field Summary | |
private BaseFrame |
bf
Handle used to report errors |
static int |
Fatal
Reporting a fatal error |
static int |
Fault
Reporting an error |
private static java.lang.String[] |
FT
Textual representation of fault types |
static int |
InfoDebug
Reporting debug information |
static int |
InfoRuntime
Reporting just information |
int |
nReportedFaults
Number of faults reported |
int |
reportLevel
Report level |
static int |
Warning
Reporting a warning |
Constructor Summary | |
FaultHandler(int level,
BaseFrame reportTo)
New instance of fault handler |
Method Summary | |
void |
faultReport(int faultType,
GAI address,
java.lang.String cause)
A new fault reporting |
Item |
status()
Status reporting utility to convert all data field values into one Item hierarchy |
Methods inherited from class java.lang.Object |
|
Field Detail |
private BaseFrame bf
public int reportLevel
public int nReportedFaults
public static final int Fatal
public static final int Fault
public static final int Warning
public static final int InfoRuntime
public static final int InfoDebug
private static java.lang.String[] FT
Constructor Detail |
public FaultHandler(int level, BaseFrame reportTo)
Method Detail |
public void faultReport(int faultType, GAI address, java.lang.String cause)
faultType
- Defines type of fault, that is the seriousityaddress
- Address of the entity reporting the faultcause
- A description of the reasonpublic Item status()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |