com.hp.hpl.jena.rdf.model
Class ListIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.rdf.model.ListIndexException
- All Implemented Interfaces:
- Serializable
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.
- Version:
- Release ($Id: ListIndexException.java,v 1.5 2004/12/06 13:50:11 andy_seaborne Exp $)
- Author:
- Ian Dickinson, HP Labs
(email)
- See Also:
- Serialized Form
ListIndexException
public ListIndexException()
- Construct a list index exception with a default message.
ListIndexException
public ListIndexException(String msg)
- Construct a list index exception with a given message.
- Parameters:
msg
- The exception message.
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP