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.
Constructor and Description |
---|
InvalidListException()
Construct an invalid list exception with a default message.
|
InvalidListException(String msg)
Construct an invalid list exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidListException()
public InvalidListException(String msg)
msg
- The exception message.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP