|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentException | |
---|---|
sk.uniba.euromath.document | Manages in-memory document. |
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.editor.xmlEditor.actions | Actions for XMLEditor |
Uses of DocumentException in sk.uniba.euromath.document |
---|
Methods in sk.uniba.euromath.document that throw DocumentException | |
---|---|
XMLAccess |
DocumentFactory.loadDocument(IPath resource)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(String url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(URL url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.newDocument(Document doc,
URLDir root,
String fileName)
Initializes an XMLAccess instance from given DOM document. |
XMLAccess |
DocumentFactory.newDocument(URLDir root,
String fileName)
Creates XMLAccess instance with empty document. |
Uses of DocumentException in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor that throw DocumentException | |
---|---|
void |
XMLResourceManipulator.load()
Deserializes the document. |
protected void |
XMLResourceManipulator.load(IPath data)
|
Uses of DocumentException in sk.uniba.euromath.editor.xmlEditor.actions |
---|
Methods in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type DocumentException | |
---|---|
protected void |
XMLAccessModifyAction.handleDocumentException(DocumentException e)
Handles the exception that occured when asking for node for invalid id in IDManager: prints an error message and logs it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |