List of usage examples for java.lang RuntimeException RuntimeException
public RuntimeException(Throwable cause)
From source file:Main.java
public static int getTrimmedLength(java.lang.CharSequence s) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String htmlEncode(java.lang.String s) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isDigitsOnly(java.lang.CharSequence str) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String guessUrl(java.lang.String inUrl) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static void formatNanpNumber(android.text.Editable text) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isObjectSelected(java.lang.Object object) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isCookielessProxyUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static java.lang.String stripAnchor(java.lang.String url) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static boolean isEmergencyNumber(java.lang.String number) { throw new RuntimeException("Stub!"); }
From source file:Main.java
public static int getFormatTypeForLocale(java.util.Locale locale) { throw new RuntimeException("Stub!"); }