public class OpenRDFUtil extends Object
Constructor and Description |
---|
OpenRDFUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
verifyContextNotNull(Resource... contexts)
Verifies that the supplied contexts parameter is not null,
throwing an
IllegalArgumentException if it is. |
public static void verifyContextNotNull(Resource... contexts)
IllegalArgumentException
if it is.
The semantics of supplying null as the value of the
contexts vararg is not completely clear; it can either be
equivalent to supplying an empty array (i.e.: matching all statements
disregarding context), or to supplying a null-Resource value
(e.g.: matching all statements with no associated context). As we so far
haven't been able to prefer one over the other, methods operating on
contexts currently throw IllegalArgumentException
s.
contexts
- The parameter to check.IllegalArgumentException
- If the supplied contexts parameter is null.Copyright © 2001-2016 Aduna. All Rights Reserved.