public class ExceptionEvent extends Object
| Constructor and Description |
|---|
ExceptionEvent(Exception exception) |
ExceptionEvent(Exception exception,
String threadName) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Returns the exception in the event.
|
String |
getThreadName()
Returns the name of the daemon thread that threw the exception.
|
String |
toString() |
public ExceptionEvent(Exception exception)
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.