jfinal enjoy 3.5
This commit is contained in:
parent
985b02177e
commit
d46ca53a34
@ -71,9 +71,9 @@ public class Output extends Stat {
|
|||||||
} else if (value != null) {
|
} else if (value != null) {
|
||||||
writer.write(value.toString());
|
writer.write(value.toString());
|
||||||
}
|
}
|
||||||
} catch(TemplateException e) {
|
} catch (TemplateException e) {
|
||||||
throw e;
|
throw e;
|
||||||
} catch(ParseException e) {
|
} catch (ParseException e) {
|
||||||
throw e;
|
throw e;
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
throw new TemplateException(e.getMessage(), location, e);
|
throw new TemplateException(e.getMessage(), location, e);
|
||||||
|
Loading…
Reference in New Issue
Block a user