|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dss.util.BIBaseException
|
+--oracle.dss.selection.SelectionException
An Exception object that indicates a problem in a QueryBuilder selection or step.
| 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 |
public SelectionException(java.lang.String s,
java.lang.Exception e)
Exception object.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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||