com.sap.ip.me.api.smartsync
Class InvalidDescriptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.ip.me.api.services.MEException
              extended bycom.sap.ip.me.api.smartsync.SmartSyncException
                  extended bycom.sap.ip.me.api.smartsync.InvalidDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDescriptorException
extends SmartSyncException

Thrown when an application attempts to pass an invalid descriptor, or the descriptor is not available.

Since:
2.1
Author:
SAP
See Also:
Serialized Form

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

ROW_DESCRIPTOR

public static java.lang.String ROW_DESCRIPTOR
Static string for description of Row descriptor


SYNCBO_DESCRIPTOR

public static java.lang.String SYNCBO_DESCRIPTOR
Static string for description of SyncBo descriptor


ILLEGAL_CREATE_TOPROW

public 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.


INVALID_CHILDROW_DESCRIPTOR

public 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.


INVALID_FIELD_DESCRIPTOR

public 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.

Constructor Detail

InvalidDescriptorException

public InvalidDescriptorException(java.lang.String message)
Constructs an instance with the specified exception message.

Parameters:
message - the exception message


Copyright © 2005 SAP AG. All Rights Reserved.