Uses of Class
com.ibm.pim.exceptions.PIMSearchException

Packages that use PIMSearchException
com.ibm.pim.exceptions   
com.ibm.pim.interfaces.search   
 

Uses of PIMSearchException in com.ibm.pim.exceptions
 

Subclasses of PIMSearchException in com.ibm.pim.exceptions
 class PIMUndefinedValueException
          This exception can be used when there is no value(null value) for particular column in a row of a result set.
 

Uses of PIMSearchException in com.ibm.pim.interfaces.search
 

Methods in com.ibm.pim.interfaces.search that throw PIMSearchException
 int SearchResultSet.getInt(int columnIndex)
          Get the value of a column in the current row as a Java int value.
 double SearchResultSet.getDouble(int columnIndex)
          Get the value of a column in the current row as Java double value.It can be used for "Number" SpecNode type.
 float SearchResultSet.getFloat(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for "Number" SpecNode type.
 long SearchResultSet.getLong(int columnIndex)
          Get the value of a column in the current row as Java long value.It can be used for "Number" SpecNode type.
 java.lang.String SearchResultSet.getString(int columnIndex)
          Get the value of a column in the current row as Java String value.It can be used for all kind of specnode type e.g "Binary,Grouping,Image,Image url,Lookup table,Password,String,String enumeration,Thumbnail image,Thumbnail image url,Timezone,URL" etc.
 boolean SearchResultSet.getBoolean(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for "Flag" SpecNode type.
 java.util.Date SearchResultSet.getDate(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for "Date" SpecNode type.
 Item SearchResultSet.getItem(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Itemobject
 Category SearchResultSet.getCategory(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Categoryobject.
 Catalog SearchResultSet.getCatalog(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Catalogobject
 Hierarchy SearchResultSet.getHierarchy(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Hierarchyobject
 Spec SearchResultSet.getSpec(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Specobject