class ThrowThis extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Long |
evID |
(package private) static long |
serialVersionUID |
private Exception |
toThrow |
| Constructor and Description |
|---|
ThrowThis(Long evID,
Exception toThrow) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Long |
id() |
String |
toString() |
(package private) Exception |
toThrow() |
static final long serialVersionUID
private final Long evID
private final Exception toThrow
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.