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:
Serializable
- Enclosing class:
XdmCollectors
Unchecked exception that occurs when a collector method such as
XdmCollectors.asAtomic()
or XdmCollectors.asOptionalNode()
is called, and the sequence contains more than one item.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleItemException
public MultipleItemException()
-