Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-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 of a Source does not have a matching Source. This Exception occurs, for example, when you try to create a CursorManager for a Source that has one or more unmatched inputs.

To create the CursorManager, you can match the unmatched inputs by doing one of the following:

See Also:
Source.getID(), Serialized Form

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

Method Summary
java.util.List getUnmatchedInputIDs()
Gets a List of the unique identifiers of the Source objects that are 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.
Parameters:
unmatchedInputIDs - A List of the unique identifiers for the Source objects that are the unmatched inputs.

Method Detail

getUnmatchedInputIDs

public java.util.List getUnmatchedInputIDs()
Gets a List of the unique identifiers of the Source objects that are the unmatched inputs.
Returns:
A List of the unique identifiers for the Source objects that are the unmatched inputs.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

Copyright © 2002, 2005, Oracle. All rights reserved.