Changeset 355 in tmcsimulator for trunk/src/tmcsim/common/SimulationException.java
- Timestamp:
- 04/03/2019 04:52:29 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/common/SimulationException.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/common/SimulationException.java
r310 r355 39 39 */ 40 40 public static final String INITIALIZE_ERROR = "Unable to complete initialization, program exiting."; 41 /** 42 * Exception error when reading a properties file fails.<br> 43 */ 44 public static final String PROPERTY_READ_ERROR = "Error reading CAD Server properties file. "; 45 public static final String PROPERTY_MISSING_ERROR = "Missing property for CAD Server user interface. "; 46 public static final String INSTANTIATION_FAILURE = "Unable to instantiate CAD Server user interface. "; 41 47 42 48 /**
Note: See TracChangeset
for help on using the changeset viewer.
