Package | Description |
---|---|
viptool.base | |
viptool.base.error | |
viptool.extension | |
viptool.filesystem.error | |
viptool.job.error | |
viptool.project.error | |
viptool.util |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.showExceptionInDialog(VipToolException exception)
Shows the given exception in a standard dialog to informt the user about
the error.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotOpenFileException |
class |
EditorException |
class |
EditorNotAcceptedException |
class |
EditorNotOpenedException |
class |
FileAlreadyLockedException |
class |
FileFormatException |
class |
FileInterpreterException |
class |
FileInterpreterProviderException |
class |
FileRenameException |
class |
UnsupportedFileException |
class |
VipToolExtensionException |
class |
XMLException |
Modifier and Type | Method and Description |
---|---|
void |
IExtensionInfo.addClassFile(ClassFile classfile)
This method adds the given ClassFile to the list of ClassFiles which belongs to
this extension.
|
void |
IExtensionInfo.getNode(Document doc)
This method returns an XML-DOC-Node which all information about this extension.
|
Extension |
IExtensionManager.loadExtension(IExtensionInfo extInfo)
This method loads the extension by creating an instance of the extensions main class.
|
Modifier and Type | Class and Description |
---|---|
class |
FileExistsException |
class |
FileSystemException |
class |
InvalidContentException |
class |
InvalidNameException |
class |
NoSuchFileException |
Modifier and Type | Class and Description |
---|---|
class |
JobRuntimeException |
Modifier and Type | Class and Description |
---|---|
class |
ChildNotAcceptedException |
Modifier and Type | Method and Description |
---|---|
URL |
ClassFile.getClassURL()
This method returns an URL which can be used to load this class through an URLClassLoader.
|