blob: 3d94712d7f8b0160e0cfdff421708964b403f46c [file] [log] [blame]
package java.lang;
public class RuntimeException extends Exception {
public RuntimeException(java.lang.String s) {
// TODO Auto-generated constructor stub
}
public RuntimeException() {
// TODO Auto-generated constructor stub
}
}