Public Member Functions

BinNavi.API.disassembly.PartialLoadException Class Reference

Thrown to signal failed load events caused by incompletely loaded information. More...

List of all members.

Public Member Functions

String getModule ()
 Returns the name of the offending module.

Detailed Description

This exception class is used whenever a load event fails because some other part has not yet been loaded. For example, it is possible for a project view load operation to fail because not all necessary modules have been loaded yet.


Member Function Documentation

String BinNavi.API.disassembly.PartialLoadException.getModule (  ) 

Returns the name of the module that is not yet loaded that led to the exception.

Returns:
The name of the offending module.