Révision 1770
| tmp/org.txm.chartsengine.r.core/src/org/txm/stat/engine/r/RWorkspaceRenderer.java (revision 1770) | ||
|---|---|---|
| 158 | 158 |
// get just the 1st warning |
| 159 | 159 |
REXP w = workspace.eval("if (exists(\"last.warning\") && length(last.warning)>0) names(last.warning)[1] else 0"); //$NON-NLS-1$
|
| 160 | 160 |
// if (w.asString()!=null) System.out.println(w.asString()); |
| 161 |
throw new StatException(w.asString());
|
|
| 161 |
Log.severe(w.asString());
|
|
| 162 | 162 |
} |
| 163 | 163 |
|
| 164 | 164 |
// ok, so the device should be fine - let's plot |
| tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/results/ChartResult.java (revision 1770) | ||
|---|---|---|
| 219 | 219 |
} |
| 220 | 220 |
catch (Exception e) {
|
| 221 | 221 |
e.printStackTrace(); |
| 222 |
Log.severe("ChartResult._compute(): Exception occurs during computing or rendering.");
|
|
| 222 |
Log.severe("ChartResult._compute(): Exception occured during computing or rendering.");
|
|
| 223 | 223 |
computingState = false; |
| 224 | 224 |
} |
| 225 | 225 |
|
Formats disponibles : Unified diff