ThreadExceptionEvent.exception

Overview | Methods | Fields | This Package | All Packages

ThreadExceptionEvent.exception

Describes the exception that has occurred.

Syntax

public Throwable exception;

Remarks

Use this field to determine the type of thread exception that has occurred and handle it appropriately in your code.