Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.selection
Class SelectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.selection.SelectionException
All Implemented Interfaces:
BIException, java.io.Serializable

public class SelectionException
extends BIBaseException

An Exception object that indicates a problem in a QueryBuilder selection or step.

See Also:
Serialized Form

Constructor Summary
SelectionException(java.lang.String s, java.lang.Exception e)
          Constructor that specifies a message and an Exception object.

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SelectionException

public SelectionException(java.lang.String s,
                          java.lang.Exception e)
Constructor that specifies a message and an Exception object.
Parameters:
s - The message that describes the Exception object.
e - The Exception object to throw up the call stack.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.