|
|||||||||||
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.sap.ip.me.api.services.MEException
com.sap.ip.me.api.smartsync.SmartSyncException
com.sap.ip.me.api.smartsync.InvalidDescriptorException
Thrown when an application attempts to pass an invalid descriptor, or the descriptor is not available.
Field Summary | |
static java.lang.String |
ILLEGAL_CREATE_TOPROW
Static message string used when the application try to create an empty Row using the top row's descriptor. |
static java.lang.String |
INVALID_CHILDROW_DESCRIPTOR
Static message string used when the application try to create an empty Row using the a descriptor that is not a member of a SyncBoDescriptor. |
static java.lang.String |
INVALID_FIELD_DESCRIPTOR
Static message string used when the application to specify a FieldDescriptor that is not a member of a RowDescriptor. |
static java.lang.String |
ROW_DESCRIPTOR
Static string for description of Row descriptor |
static java.lang.String |
SYNCBO_DESCRIPTOR
Static string for description of SyncBo descriptor |
Constructor Summary | |
InvalidDescriptorException(java.lang.String message)
Constructs an instance with the specified exception message. |
Methods inherited from class com.sap.ip.me.api.services.MEException |
getNestedException, getReason, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static java.lang.String ROW_DESCRIPTOR
public static java.lang.String SYNCBO_DESCRIPTOR
public static java.lang.String ILLEGAL_CREATE_TOPROW
public static java.lang.String INVALID_CHILDROW_DESCRIPTOR
public static java.lang.String INVALID_FIELD_DESCRIPTOR
Constructor Detail |
public InvalidDescriptorException(java.lang.String message)
message
- the exception message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |