com.hp.hpl.jena.rdf.model
Class EmptyListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.rdf.model.EmptyListException
- All Implemented Interfaces:
- Serializable
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.
- Version:
- Release ($Id: EmptyListException.java,v 1.2 2009/10/06 13:04:43 ian_dickinson Exp $)
- Author:
- Ian Dickinson, HP Labs
(email)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyListException
public EmptyListException()
- Construct an empty list exception with a default message.
EmptyListException
public EmptyListException(String msg)
- Construct an empty list 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