Class ExceptionInfo


  • public class ExceptionInfo
    extends java.lang.Object
    Representation of an Exception table entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTANT_FIELD_SIZE
      The constant CONSTANT_FIELD_SIZE.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ExceptionInfo create​(java.io.DataInput din)
      Create exception info.
      void write​(java.io.DataOutput dout)
      Export the representation to a DataOutput stream.
      • Methods inherited from class java.lang.Object

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

      • CONSTANT_FIELD_SIZE

        public static final int CONSTANT_FIELD_SIZE
        The constant CONSTANT_FIELD_SIZE.
        See Also:
        Constant Field Values
    • Method Detail

      • create

        public static ExceptionInfo create​(java.io.DataInput din)
                                    throws java.io.IOException
        Create exception info.
        Parameters:
        din - the din
        Returns:
        the exception info
        Throws:
        java.io.IOException - the io exception
      • write

        public void write​(java.io.DataOutput dout)
                   throws java.io.IOException
        Export the representation to a DataOutput stream.
        Parameters:
        dout - the dout
        Throws:
        java.io.IOException - the io exception