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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.rdf.model.ListIndexException
All Implemented Interfaces:
java.io.Serializable

public class ListIndexException
extends com.hp.hpl.jena.shared.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.3 2003/06/18 22:30:12 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.
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 © 2001-2003 Hewlett-Packard. All Rights Reserved.