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) 2002, 2015 Oracle and/or its affiliates. All rights reserved.