Class jas.CatchEntry
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.CatchEntry

java.lang.Object
   |
   +----jas.CatchEntry

public class CatchEntry
extends Object

Constructor Index

 o CatchEntry(Label, Label, Label, CP)
Catch entries are created and then added to the Catchtable.

Constructors

 o CatchEntry
  public CatchEntry(Label start,
                    Label end,
                    Label handler,
                    CP cat)
Catch entries are created and then added to the Catchtable.
Parameters:
start - Label marking the beginning of the area where the catch table is active.
end - Label marking the end of the area where the table is active.
handler - Label marking the entrypoint into the exception handling routine.
cat - (usually a classCP) informing the VM to direct any exceptions of this (or its subclasses) to the handler.
See Also:
Catchtable

All Packages  Class Hierarchy  This Package  Previous  Next  Index