Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api
Annotation Type UncaughtException


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface UncaughtException

Indicates that the annotated method should be invoked when an exception occurs in the client-side message bus that is not handled by an ErrorCallback. The annotated method needs to have exactly one parameter of type Throwable.

Author:
Christian Sadilek


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.