Class ExceptionsAttribute

  • All Implemented Interfaces:
    WritableEntry

    public class ExceptionsAttribute
    extends Attribute
    The exceptions attribute, stores the checked exceptions a method is declared to throw
    Author:
    Stuart Douglas
    • Constructor Detail

      • ExceptionsAttribute

        public ExceptionsAttribute​(ConstPool constPool)
    • Method Detail

      • addExceptionClass

        public void addExceptionClass​(java.lang.String exception)