public class SamplingErrorEventArgs extends EventArgs
| Constructor and Description |
|---|
SamplingErrorEventArgs(RuntimeException exception)
Creates a new instance with the provided exception.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
getException()
Gets the exception pertaining to this event.
|
public SamplingErrorEventArgs(RuntimeException exception)
exception - The exception that caused this event.public final RuntimeException getException()