2010 FRC Java API


Uses of Class
com.sun.squawk.ExceptionHandler

Packages that use ExceptionHandler
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of ExceptionHandler in com.sun.squawk
 

Methods in com.sun.squawk that return ExceptionHandler
 ExceptionHandler[] MethodBody.getExceptionTable()
          Get the exception table.
 

Constructors in com.sun.squawk with parameters of type ExceptionHandler
MethodBody(Method definingMethod, int maxStack, Class[] locals, ExceptionHandler[] exceptionTable, int[] lnt, ScopedLocalVariable[] lvt, byte[] code, byte[] typeMap, boolean reverseParameters, boolean inlinedSuperConstructor)
          Creates a MethodBody representing the implementation details of a method.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.