Uses of Class
com.ibm.di.connector.maximo.exception.MxConnSchemaException

Packages that use MxConnSchemaException
com.ibm.di.connector.maximo.core Provides core classes for the connector. 
com.ibm.di.connector.maximo.exception Provides exception classes for the connector. 
com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. 
 

Uses of MxConnSchemaException in com.ibm.di.connector.maximo.core
 

Methods in com.ibm.di.connector.maximo.core that throw MxConnSchemaException
static void EntryFilter.checkSearchCriteria(SearchCriteria criteria)
           
 

Uses of MxConnSchemaException in com.ibm.di.connector.maximo.exception
 

Subclasses of MxConnSchemaException in com.ibm.di.connector.maximo.exception
 class MxConnExcedentSizeException
          TPAE IF Connector's excedent size exception.
 class MxConnTypeConvertionException
          TPAE IF Connector's type convertion exception.
 

Uses of MxConnSchemaException in com.ibm.di.connector.maximo.parsing
 

Methods in com.ibm.di.connector.maximo.parsing that throw MxConnSchemaException
static java.lang.String EntryConverter.entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)
          Converts an Entry object into XML content.
static java.lang.String EntryConverter.entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)
          This method converts a hierarchical Entry object into a valid XML representation.
static Entry EntryConverter.searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)
          Converts a SearchCriteria object into XML content.
static java.lang.String EntryConverter.searchCriteriaToXml(SearchCriteria searchCriteria, SchemaElement rootMbo, boolean errorOnExcedentSize)
          Converts a SearchCriteria object into XML content.
static Entry EntryConverter.xmlToEntry(SchemaElement rootMbo, SchemaElement selectedMbo, org.w3c.dom.Node xmlElement)
          Converts XML content into an Entry object.