com.judoscript.util.classfile
Class Attr.Exceptions

java.lang.Object
  extended by com.judoscript.util.classfile.Attr
      extended by com.judoscript.util.classfile.Attr.Exceptions
Enclosing class:
Attr

public static class Attr.Exceptions
extends Attr


Nested Class Summary
 
Nested classes/interfaces inherited from class com.judoscript.util.classfile.Attr
Attr.AttrInnerClasses, Attr.AttrLineNumberTable, Attr.Code, Attr.Custom, Attr.Exceptions, Attr.U2Value
 
Constructor Summary
Attr.Exceptions(ClassFileWriter cfw, java.lang.String[] exceptions)
           
Attr.Exceptions(int name_i, int len)
           
 
Method Summary
 void printHtml(java.io.PrintWriter out)
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class com.judoscript.util.classfile.Attr
getName, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attr.Exceptions

public Attr.Exceptions(int name_i,
                       int len)

Attr.Exceptions

public Attr.Exceptions(ClassFileWriter cfw,
                       java.lang.String[] exceptions)
Method Detail

printHtml

public void printHtml(java.io.PrintWriter out)
               throws java.io.IOException
Overrides:
printHtml in class Attr
Throws:
java.io.IOException

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Overrides:
write in class Attr
Throws:
java.io.IOException