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 int lastIndexOf(java.lang.CharSequence s, char ch) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static <T> List<T> listOf(T... views) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

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

From source file:Main.java

public static Object clone(Object obj) throws CloneNotSupportedException {
    throw new RuntimeException("Stub!");
    /*   */}

From source file:Main.java

public static int getOffsetAfter(java.lang.CharSequence text, int offset) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static boolean compare(java.lang.String a, java.lang.String b) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.String formatElapsedTime(long elapsedSeconds) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

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

From source file:Main.java

public static final void readExceptionFromParcel(android.os.Parcel reply) {
    throw new RuntimeException("Stub!");
}

From source file:Main.java

public static java.lang.CharSequence concat(java.lang.CharSequence... text) {
    throw new RuntimeException("Stub!");
}