Sign in
eclipse
/
jdt
/
eclipse.jdt.core
/
master
/
.
/
JCL
/
converterJclMin13
/
src
/
java
/
lang
/
RuntimeException.java
blob: 3d94712d7f8b0160e0cfdff421708964b403f46c [
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
}
}