Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
refs/heads/master
/
.
/
JCL
/
converterJclMin14
/
src
/
java
/
lang
/
RuntimeException.java
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
}
}