Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.feedback
Annotation Type ExpectedExceptions


@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(value=SOURCE)
public @interface ExpectedExceptions

Indicates that the named exception classes should not be considered a fault by the feedback manager and blame for any of these Runtime Exceptions lies with the caller.

The caller of may additionally include this annotation to continue assigning blame up the stack.

Since:
11.1.1

Required Element Summary
 java.lang.String[] value
          The set of exceptions that are to be allowed when assiging blame for an exception.
 

Element Detail

value

public abstract java.lang.String[] value
The set of exceptions that are to be allowed when assiging blame for an exception.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.