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.Licenced under the Apache License, Version 2.0