Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.data.source
Class UnmatchedInputsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.data.source.UnmatchedInputsException

public class UnmatchedInputsException
extends java.lang.RuntimeException

Indicates that an input Source for the CursorManagerSpecification has inputs that could not be matched, in which case the query is not valid.

See Also:
Serialized Form

Constructor Summary
UnmatchedInputsException(java.util.List unmatchedInputIDs)
          Creates an UnmatchedInputsException.

 

Method Summary
 java.util.List getUnmatchedInputIDs()
          Gets the identifiers of the unmatched inputs.

 

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

 

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

 

Constructor Detail

UnmatchedInputsException

public UnmatchedInputsException(java.util.List unmatchedInputIDs)
Creates an UnmatchedInputsException.
Method Detail

getUnmatchedInputIDs

public java.util.List getUnmatchedInputIDs()
Gets the identifiers of the unmatched inputs.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.