public static class ObserverExceptionAbortsProcessingTest.AnotherObserverWithException extends Object
| Modifier and Type | Field and Description |
|---|---|
static RuntimeException |
theException |
static boolean |
wasNotified |
| Constructor and Description |
|---|
AnotherObserverWithException() |
| Modifier and Type | Method and Description |
|---|---|
void |
observer(ObserverExceptionAbortsProcessingTest.AnEventType event) |
public static boolean wasNotified
public static final RuntimeException theException
public void observer(@Observes
ObserverExceptionAbortsProcessingTest.AnEventType event)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.