at.dms.classfile
Class ExceptionsAttribute
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.ExceptionsAttribute
public class ExceptionsAttribute
- extends Attribute
VMS 4.7.4: Exceptions Attribute.
This attribute indicates which checked exceptions a method may throw.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionsAttribute
public ExceptionsAttribute(String[] names)
- Create an exceptions attribute.
ExceptionsAttribute
public ExceptionsAttribute(DataInput in,
ConstantPool cp)
throws IOException
- Constructs a exceptions attribute from a class file stream.
- Parameters:
in - the stream to read fromcp - the constant pool
- Throws:
IOException - an io problem has occured