// ------------------------------------------------------------------------------ // <autogenerated> // This code was generated by jni4net. See http://jni4net.sourceforge.net/ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogenerated> // ------------------------------------------------------------------------------ package robocode.exception; @net.sf.jni4net.attributes.ClrTypeInfo public final class AbortedException_ { //<generated-static> private static system.Type staticType; public static system.Type typeof() { return robocode.exception.AbortedException_.staticType; } private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) { robocode.exception.AbortedException_.staticType = staticType; } //</generated-static> }