|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.veraxsystems.icmp.jni.exception.IcmpException
com.veraxsystems.icmp.jni.exception.IcmpSystemException
public class IcmpSystemException
The exception generated during access to IcmpJniBridge
DLL module.
It stores low level error code (see WIN32 API) and message related to this code.
Constructor Summary | |
---|---|
IcmpSystemException(int errorCodeVal,
java.lang.String nativeErrorString)
The exception constructor. |
Method Summary | |
---|---|
int |
getErrorCode()
Get error code that caused this exception. |
void |
setErrorCode(int code)
Set system error code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IcmpSystemException(int errorCodeVal, java.lang.String nativeErrorString)
IcmpException
the erroCode
is handled.
errorCodeVal
- low level error codenativeErrorString
- error string describing error codeMethod Detail |
---|
public final int getErrorCode()
public final void setErrorCode(int code)
code
- error code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |