Changeset 310 in tmcsimulator for trunk/src/tmcsim/common/SimulationException.java
- Timestamp:
- 03/13/2019 10:07:54 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/common/SimulationException.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/common/SimulationException.java
r2 r310 19 19 * Error Message: "Unable to connect to the CAD Simulator." 20 20 */ 21 public static final String CAD_SIM_CONNECT = "Unable to connect to the CAD Simulator."; 21 public static final String CAD_SIM_CONNECT = "Unable to connect to the CAD Server. "+ 22 "Check that server is running at "; 22 23 23 24 /** … … 25 26 * Error Message: "Unable to communicate with the CAD Simulator." 26 27 */ 27 public static final String CAD_SIM_COMM = "Unable to communicate with the CAD S imulator.";28 public static final String CAD_SIM_COMM = "Unable to communicate with the CAD Server."; 28 29 29 30 /** … … 50 51 * Error Message: "Unable to connect to the CAD Simulator." 51 52 */ 52 public static final String NULL_VIEW = "Unable to connect to the CAD S imulator.";53 public static final String NULL_VIEW = "Unable to connect to the CAD Server."; 53 54 54 55 /**
Note: See TracChangeset
for help on using the changeset viewer.
