Example usage for java.lang RuntimeException RuntimeException

List of usage examples for java.lang RuntimeException RuntimeException

Introduction

In this page you can find the example usage for java.lang RuntimeException RuntimeException.

Prototype

public RuntimeException(Throwable cause) 

Source Link

Document

Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?

Usage

From source file:Main.java

public static void formatJapaneseNumber(android.text.Editable text) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static int getInternalFormat(android.graphics.Bitmap bitmap) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.String getMonthString(int month, int abbrev) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static byte[] numberToCalledPartyBCD(java.lang.String number) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static void dumpCursor(android.database.Cursor cursor) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.String getCollationKey(java.lang.String name) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.String sqlEscapeString(java.lang.String value) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static boolean isGlobalPhoneNumber(java.lang.String phoneNumber) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static byte[] networkPortionToCalledPartyBCD(java.lang.String s) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.String getHexCollationKey(java.lang.String name) {
    throw new RuntimeException("Stub!");
}