Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

NativeMethodException.java

00001 package gov.nasa.arc.ase.jpf.jvm.reflection;
00002 
00003 public class NativeMethodException extends RuntimeException {
00004   public NativeMethodException(String s) {
00005     super(s);
00006   }  
00007 }

Generated at Thu Feb 7 06:50:35 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001