Class ExceptionTable

  • All Implemented Interfaces:
    Writable

    public class ExceptionTable
    extends java.lang.Object
    implements Writable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getHandler()  
      void write​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • block

        private Block block
      • label

        private Label label
      • catch_type

        private int catch_type
    • Constructor Detail

      • ExceptionTable

        public ExceptionTable​(Block block,
                              Label label,
                              int catch_type)
      • ExceptionTable

        public ExceptionTable​(java.io.DataInput in)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface Writable
        Throws:
        java.io.IOException
      • getHandler

        int getHandler()