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

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

Uses of PIMSearchException in com.ibm.pim.common.exceptions
 

Subclasses of PIMSearchException in com.ibm.pim.common.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.search
 

Methods in com.ibm.pim.search that throw PIMSearchException
 boolean SearchResultSet.getBoolean(int columnIndex)
          Get the value of a column in the current row as Java Boolean value.
 Catalog SearchResultSet.getCatalog(int columnIndex)
          Get the value of a column in the current row as MDMPIM Catalog object.
 Category SearchResultSet.getCategory(int columnIndex)
          Get the value of a column in the current row as MDMPIM Category object.
 java.util.Date SearchResultSet.getDate(int columnIndex)
          Get the value of a column in the current row as Java Date value.
 double SearchResultSet.getDouble(int columnIndex)
          Get the value of a column in the current row as Java double value.
 float SearchResultSet.getFloat(int columnIndex)
          Get the value of a column in the current row as Java Float value.
 Hierarchy SearchResultSet.getHierarchy(int columnIndex)
          Get the value of a column in the current row as MDMPIM Hierarchy object.
 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 MDMPIM Item object.
 long SearchResultSet.getLong(int columnIndex)
          Get the value of a column in the current row as Java long value.
 Spec SearchResultSet.getSpec(int columnIndex)
          Get the value of a column in the current row as MDMPIM Spec object.
 java.lang.String SearchResultSet.getString(int columnIndex)
          Get the value of a column in the current row as Java String value.
 void SearchResultSet.moveCursor(int rowIndex)
          Move cursor to the row in the Resultset with index specified in the input parameter.
 void SearchResultSet.resetCursor()
          Reset cursor to first row of the Resultset.