public class ListIndexException extends JenaException
A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.
Constructor and Description |
---|
ListIndexException()
Construct a list index exception with a default message.
|
ListIndexException(String msg)
Construct a list index exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ListIndexException()
public ListIndexException(String msg)
msg
- The exception message.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP