public class AssemblerException extends JenaException
| Constructor and Description |
|---|
AssemblerException(Resource root,
String message) |
AssemblerException(Resource root,
String string,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblerGroup.Frame> |
getDoing() |
Resource |
getRoot()
Answer the root object whose model-filling was aborted
|
AssemblerException |
pushDoing(AssemblerGroup.Frame frame)
XXX
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic Resource getRoot()
public AssemblerException pushDoing(AssemblerGroup.Frame frame)
public List<AssemblerGroup.Frame> getDoing()
Licenced under the Apache License, Version 2.0