List of usage examples for java.lang RuntimeException RuntimeException
public RuntimeException(Throwable cause)
From source file:Main.java
public static void cursorIntToContentValuesIfPresent(android.database.Cursor cursor, android.content.ContentValues values, java.lang.String column) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static android.gesture.OrientedBoundingBox computeOrientedBoundingBox( java.util.ArrayList<android.gesture.GesturePoint> originalPoints) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static void cursorLongToContentValuesIfPresent(android.database.Cursor cursor, android.content.ContentValues values, java.lang.String column) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static void cursorShortToContentValuesIfPresent(android.database.Cursor cursor, android.content.ContentValues values, java.lang.String column) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static void cursorFloatToContentValuesIfPresent(android.database.Cursor cursor, android.content.ContentValues values, java.lang.String column) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static void cursorStringToContentValuesIfPresent(android.database.Cursor cursor, android.content.ContentValues values, java.lang.String column) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String stringForQuery(android.database.sqlite.SQLiteDatabase db, java.lang.String query, java.lang.String[] selectionArgs) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static Drawable getDrawable(Resources res, Resources.Theme theme, int id) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static RuntimeException runtimeException(Throwable e) { if (e instanceof RuntimeException) return (RuntimeException) e; else//from ww w.ja v a 2s . c o m return new RuntimeException(e); }
From source file:Main.java
public static android.view.animation.Animation loadAnimation(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }