| Package | Description |
|---|---|
| org.hibernate.search.util.common | |
| org.hibernate.search.util.common.reporting |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
SearchException.context() |
EventContext |
SearchException.getContext()
Deprecated.
Use
SearchException.context instead. |
| Constructor and Description |
|---|
SearchException(String message,
EventContext context) |
SearchException(String message,
Throwable cause,
EventContext context) |
SearchException(Throwable cause,
EventContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
EventContext.append(EventContext other) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
static EventContext |
EventContext.create(EventContextElement firstElement,
EventContextElement... otherElements) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
EventContext.append(EventContext other) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.