com.hp.hpl.jena.rdf.model
Class ListIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.rdf.model.ListIndexException
All Implemented Interfaces:
java.io.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.2 2009/10/06 13:04:43 ian_dickinson Exp $)
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

Constructor Summary
ListIndexException()
          Construct a list index exception with a default message.
ListIndexException(java.lang.String msg)
          Construct a list index exception with a given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListIndexException

public ListIndexException()
Construct a list index exception with a default message.


ListIndexException

public ListIndexException(java.lang.String msg)
Construct a list index exception with a given message.

Parameters:
msg - The exception message.


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP