Class ExceptionsAttribute

java.lang.Object
org.jboss.classfilewriter.attributes.Attribute
org.jboss.classfilewriter.attributes.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