|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectiio_v2.ErrorHandler
public class ErrorHandler
| Constructor Summary | |
|---|---|
protected |
ErrorHandler(java.lang.String version,
java.lang.String title,
boolean[] errscope)
|
| Method Summary | |
|---|---|
protected void |
clearErrorLogFile()
Clear out the current log file by creating a new file with headers only. |
protected void |
displayError(int errorCode)
Generic Error Handler for all I/O Errors encountered in the IIO Application Handles all I/O Error for this class. |
protected java.lang.String |
getMessage(int errnum)
Get the string message associated with the numeric error number that was passed |
protected int |
getMessageCount()
Get the error internal message count. |
protected boolean |
isValidMessageNumber(int errnum)
See if the passed message number is a valid message number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ErrorHandler(java.lang.String version,
java.lang.String title,
boolean[] errscope)
| Method Detail |
|---|
protected java.lang.String getMessage(int errnum)
errnum -
protected int getMessageCount()
protected boolean isValidMessageNumber(int errnum)
errnum -
protected void displayError(int errorCode)
errorCode - intprotected void clearErrorLogFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||