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, toString
public EmptyListException()
public EmptyListException(String msg)
msg
- The exception message.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP