|
Lines 1-5
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* Copyright (c) 2000, 2006 IBM Corporation and others. |
2 |
* Copyright (c) 2000, 2012 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 117-123
Link Here
|
| 117 |
fbuffer.append("}" + StringUtils.NEWLINE); |
117 |
fbuffer.append("}" + StringUtils.NEWLINE); |
| 118 |
fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE); |
118 |
fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE); |
| 119 |
fbuffer.append("%>" + StringUtils.NEWLINE); |
119 |
fbuffer.append("%>" + StringUtils.NEWLINE); |
| 120 |
fbuffer.append("exception: <%= e %>" + StringUtils.NEWLINE); |
120 |
fbuffer.append("Exception: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.toString()) %>" + StringUtils.NEWLINE); |
|
|
121 |
fbuffer.append("Message: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.getMessage()) %>" + StringUtils.NEWLINE); |
| 121 |
fbuffer.append("<%" + StringUtils.NEWLINE); |
122 |
fbuffer.append("<%" + StringUtils.NEWLINE); |
| 122 |
fbuffer.append("return;" + StringUtils.NEWLINE); |
123 |
fbuffer.append("return;" + StringUtils.NEWLINE); |
| 123 |
fbuffer.append("}" + StringUtils.NEWLINE); |
124 |
fbuffer.append("}" + StringUtils.NEWLINE); |