public class UnsupportedPolymorphismException extends JenaException
Constructor and Description |
---|
UnsupportedPolymorphismException(EnhNode node,
Class<?> type)
Initialise this exception with the node that couldn't be polymorphed and
the class it couldn't be polymorphed to.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBadClass()
Answer the class that the node couldn't be polymorphed to
|
EnhGraph |
getBadGraph()
Answer the (enhanced) Graph of the node that couldn't be polymorphed;
may be null if that node had no attached model.
|
Object |
getBadNode()
Answer the node that couldn't be polymorphed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EnhGraph getBadGraph()
public Class<?> getBadClass()
public Object getBadNode()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP