anvil.codec
Class ExceptionHandler.CatchEntry

java.lang.Object
  |
  +--anvil.codec.ExceptionHandler.CatchEntry
Enclosing class:
ExceptionHandler

protected class ExceptionHandler.CatchEntry
extends java.lang.Object


Field Summary
protected  Target _catchstart
           
protected  int _type
           
 
Constructor Summary
ExceptionHandler.CatchEntry(int type)
           
 
Method Summary
 void write(java.io.DataOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

protected int _type

_catchstart

protected Target _catchstart
Constructor Detail

ExceptionHandler.CatchEntry

public ExceptionHandler.CatchEntry(int type)
Method Detail

write

public void write(java.io.DataOutputStream output)
           throws java.io.IOException
java.io.IOException