Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.enhanced
Class UnsupportedPolymorphismException  view UnsupportedPolymorphismException download UnsupportedPolymorphismException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.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()