Class ExceptionListener
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
OnExceptionThrown
public Action<JVMBridgeException> OnExceptionThrown { get; set; }
Property Value
Remarks
If OnExceptionThrown has a value it takes precedence over corresponding class method
Methods
ExceptionThrown(JVMBridgeException)
public virtual void ExceptionThrown(JVMBridgeException arg0)
Parameters
InitializeHandlers()
Handlers initializer for ExceptionListener
protected virtual void InitializeHandlers()