Public Member Functions

com.google.security.zynamics.binnavi.API.disassembly.PartialLoadException Class Reference

List of all members.

Public Member Functions

String getModule ()

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 com.google.security.zynamics.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.