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
 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.
 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
 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.
 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.
 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.
 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
 int SearchResultSet.getInt(int columnIndex)
          Get the value of a column in the current row as a Java int value.
 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
 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.
 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
 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.