|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> [ enhanced overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hp.hpl.jena.enhanced
Class UnsupportedPolymorphismException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.enhanced.UnsupportedPolymorphismException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnsupportedPolymorphismException
- extends com.hp.hpl.jena.shared.JenaException
Exception to throw if an enhanced graph does not support polymorphism to a specific class. The exception records the "bad" class and graph for later reporting.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Class |
cl
|
private EnhGraph |
eg
|
| Fields inherited from class com.hp.hpl.jena.shared.JenaException |
|
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
UnsupportedPolymorphismException(EnhGraph eg,
java.lang.Class cl)
|
|
| Method Summary | |
java.lang.Class |
getBadClass()
|
EnhGraph |
getBadGraph()
|
| Methods inherited from class com.hp.hpl.jena.shared.JenaException |
getCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
eg
private EnhGraph eg
cl
private java.lang.Class cl
| Constructor Detail |
UnsupportedPolymorphismException
public UnsupportedPolymorphismException(EnhGraph eg, java.lang.Class cl)
| Method Detail |
getBadGraph
public EnhGraph getBadGraph()
getBadClass
public java.lang.Class getBadClass()
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> [ enhanced overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC