Class AnnotatedThrowsTypes<E extends Exception>

java.lang.Object
org.jboss.cdi.lang.model.tck.AnnotatedThrowsTypes<E>

public class AnnotatedThrowsTypes<E extends Exception> extends Object
  • Constructor Details

    • AnnotatedThrowsTypes

      public AnnotatedThrowsTypes()
  • Method Details

    • throwingMethod

      public <F extends Throwable> void throwingMethod() throws Exception, E, F
      Throws:
      Exception
      E extends Exception
      F extends Throwable
    • verify

      public static void verify(jakarta.enterprise.lang.model.declarations.ClassInfo clazz)