List of usage examples for java.lang RuntimeException RuntimeException
public RuntimeException(Throwable cause)
From source file:Main.java
public static boolean isFileUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isHttpUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isAboutUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String getAMPMString(int ampm) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isValidUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isContentUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isNetworkUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static int getType(android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isJavaScriptUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String getTimeZoneDatabaseVersion() { throw new RuntimeException("Stub!"); }