public class JCatchBlock extends Object implements IJGenerable
Constructor and Description |
---|
JCatchBlock(AbstractJClass aException) |
Modifier and Type | Method and Description |
---|---|
JBlock |
body() |
AbstractJClass |
exception() |
void |
generate(IJFormatter f) |
JVar |
param() |
JVar |
param(String sName) |
public JCatchBlock(@Nonnull AbstractJClass aException)
@Nonnull public AbstractJClass exception()
public void generate(@Nonnull IJFormatter f)
generate
in interface IJGenerable
Copyright © 2013–2019 Philip Helger. All rights reserved.