|
||||||||
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.moxa.mxuportapi.MxException
public class MxException
MxException represents the exception of MxUPortAPI. Programmers can catch the
exception ,use getErrorCode
to get the specified
error code, or use getErrorCodeString
to get
the description of this error.
MxException is inherited from java.lang.Exception. Users can also use methods
from java.lang.Exception to get more information.
Nested Class Summary | |
---|---|
static class |
MxException.ErrorCode
|
Method Summary | |
---|---|
java.lang.String |
getDebugMessage()
This is reserved for internal debugging purposes. |
MxException.ErrorCode |
getErrorCode()
Gets the MxUPortAPI error code. |
java.lang.String |
getErrorCodeString()
Gets the MxUPortAPI error string. |
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 |
Method Detail |
---|
public java.lang.String getDebugMessage()
public MxException.ErrorCode getErrorCode()
MxException.ErrorCode
public java.lang.String getErrorCodeString()
MxException.ErrorCode
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |