com.hp.hpl.jena.rdf.model
Class InvalidListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.rdf.model.InvalidListException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidListException
- extends JenaException
A exception that is thrown when an operation is attempted on a list that is
not well-formed, and is being processed in strict mode.
- Version:
- Release ($Id: InvalidListException.java,v 1.6 2005/02/21 12:14:01 andy_seaborne Exp $)
- Author:
- Ian Dickinson, HP Labs
(email)
- See Also:
- Serialized Form
Constructor Summary |
InvalidListException()
Construct an invalid list exception with a default message. |
InvalidListException(java.lang.String msg)
Construct an invalid list exception with a given message. |
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 |
InvalidListException
public InvalidListException()
- Construct an invalid list exception with a default message.
InvalidListException
public InvalidListException(java.lang.String msg)
- Construct an invalid list exception with a given message.
- Parameters:
msg
- The exception message.
Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP