public class EmptyListException extends JenaException
A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more.
| Constructor and Description |
|---|
EmptyListException()
Construct an empty list exception with a default message.
|
EmptyListException(String msg)
Construct an empty list exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyListException()
public EmptyListException(String msg)
msg - The exception message.Licenced under the Apache License, Version 2.0