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
public static class XdmCollectors.MultipleItemException extends 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()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-