public class XfoException
extends java.lang.Exception
| Constructor and Description | 
|---|
| XfoException(int errLevel,
            int errCode,
            java.lang.String errMsg)This class is created when exception about XfoObj occurred. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCode()Get the error code. | 
| int | getErrorLevel()Get the error level. | 
| java.lang.String | getErrorMessage()Get the error message. | 
public XfoException(int errLevel,
                    int errCode,
                    java.lang.String errMsg)
errLevel - Error levelerrCode - Error codeerrMsg - Error messagepublic int getErrorCode()
public int getErrorLevel()
public java.lang.String getErrorMessage()