This exception is thrown by {@link VirtualMachine#loadAgent VirtualMachine.loadAgent}, {@link VirtualMachine#loadAgentLibrary VirtualMachine.loadAgentLibrary}, {@link VirtualMachine#loadAgentPath VirtualMachine.loadAgentPath}methods if an agent, or agent library, cannot be initialized. When thrown by VirtualMachine.loadAgentLibrary, or VirtualMachine.loadAgentPath then the exception encapsulates the error returned by the agent's Agent_OnAttach
function. This error code can be obtained by invoking the {@link #returnValue() returnValue} method.
|
|
|
|
|
|
|
|