public final class ErrorEvent extends EventObject
It has only one public class member named getException. This member is a method, which just returns the occurred exception.
This class is fully thread-safe.
source| Constructor and Description |
|---|
ErrorEvent(Object source,
Exception e)
Creates and initializes an ErrorEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Returns the occurred exception.
|
getSource, toStringpublic Exception getException()
Copyright © 2023. All rights reserved.