Package org.apache.jena.sparql.sse
Class ItemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.sparql.sse.ItemException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BuildException
public class ItemException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemException(java.lang.String msg)ItemException(java.lang.String msg, java.lang.Throwable t)
-