Table of Contents

Class ExceptionListener

Namespace
Java.Beans
Assembly
MASES.JNet.dll
public class ExceptionListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IExceptionListener
Inheritance
ExceptionListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

ExceptionListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ExceptionListener()

ExceptionListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ExceptionListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnExceptionThrown

public Action<JVMBridgeException> OnExceptionThrown { get; set; }

Property Value

Action<JVMBridgeException>

Remarks

If OnExceptionThrown has a value it takes precedence over corresponding class method

Methods

ExceptionThrown(JVMBridgeException)

public virtual void ExceptionThrown(JVMBridgeException arg0)

Parameters

arg0 JVMBridgeException

Exception

InitializeHandlers()

Handlers initializer for ExceptionListener

protected virtual void InitializeHandlers()