public class UnmatchedInputsException extends OLAPIRuntimeException
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.Modifier and Type | Method and Description |
---|---|
java.util.List |
getUnmatchedInputIDs()
Gets a
List of the unique identifiers of the Source objects that are the unmatched inputs. |
getLocalizedMessage, getLocalizedMessage, getParameters, toString