Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
();
}
}