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