blob: 80dc1dbd34e2c42a968d882bb95c14b0e5331c4b [file]
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
}
}