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 }