Package net.sf.saxon.s9api.streams
Class XdmCollectors.MultipleItemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.saxon.s9api.streams.XdmCollectors.MultipleItemException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- XdmCollectors
public static class XdmCollectors.MultipleItemException extends java.lang.RuntimeException
Unchecked exception that occurs when a collector method such asXdmCollectors.asAtomic()
orXdmCollectors.asOptionalNode()
is called, and the sequence contains more than one item.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleItemException()
-