public class UnsupportedPolymorphismException extends JenaException
| Constructor and Description |
|---|
UnsupportedPolymorphismException(Object node,
boolean hasModel,
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
|
Object |
getBadNode()
Answer the node that couldn't be polymorphed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringLicenced under the Apache License, Version 2.0