|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jSyncManager.API.Protocol.DLPError
DLPError class. This class is used to store DLPError information. DLP errors are generated and returned by the Palm when a requested function is not available, or when it cannot complete due to an error. see the DLP_Packet class for a list of error codes.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
(package private) |
DLPError(DLP_Packet dlp_packet)
Create a new DLPError object with the given DLP_Packet which generated the error. |
(package private) |
DLPError(java.lang.String s,
DLP_Packet dlp_packet)
Create a new DLPError object with the given DLP_Packet which generated the error and a String containing an error message. |
| Method Summary | |
(package private) int |
getErrorCode()
Returns the DLP error code. |
(package private) DLP_Packet |
getResponsePacket()
Returns the responce packet containing the error. |
java.lang.String |
toString()
Returns a string explaining this DLP_Error object. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
DLPError(java.lang.String s,
DLP_Packet dlp_packet)
s - a String containing an error message.dlp_packet - the DLPPacket object which reported the error.DLPError(DLP_Packet dlp_packet)
dlp_packet - the DLPPacket object which reported the error.| Method Detail |
int getErrorCode()
DLP_PacketDLP_Packet getResponsePacket()
public java.lang.String toString()
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||