public interface  io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler extends java.lang.Object
{
public static final io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler IMMEDIATE_HANDLER;
public abstract void handle(java.lang.Throwable, jakarta.enterprise.inject.spi.ObserverMethod, jakarta.enterprise.inject.spi.EventContext);
public java.util.List getHandledExceptions()
{
java.util.List v;
io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler v;
v := @this: io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
return v;
}
static void <clinit>()
{
io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler v;
v = staticinvoke <io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler$lambda_static_0__2560: io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler bootstrap$()>();
<io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler: io.quarkus.arc.impl.EventImpl$ObserverExceptionHandler IMMEDIATE_HANDLER> = v;
return;
}
}