com.sun.btrace.annotations
Annotation Type OnError


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

BTrace method annotated by this annotation is called when any exception is thrown by any of the BTrace action methods.

Author:
A. Sundararajan