Annotation Type ThrowsRuntimeExceptions


@Documented @Target({METHOD,CONSTRUCTOR}) @Retention(CLASS) public @interface ThrowsRuntimeExceptions
It allows to describe set of runtime exceptions thrown by method.
Since:
1.1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Array of exception descriptors.
  • Element Details

    • value

      Array of exception descriptors.
      Returns:
      array of exception descriptors.