Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
AddRuntimeExceptionToThrowsAction
/
after.java.template
blob: 40a0645f64c2cc975c042053d0e6fe3aedb680e9 [
file
] [
log
] [
blame
]
class
C
{
void
f
(
int
param
)
throws
IllegalArgumentException
{
if
(
param
==
0
)
throw
new
IllegalArgumentException
();
}
}