Ignore:
Timestamp:
04/03/2019 04:52:29 PM (7 years ago)
Author:
jdalbey
Message:

CADServer.java added additional error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/common/SimulationException.java

    r310 r355  
    3939     */ 
    4040    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. "; 
    4147 
    4248    /**  
Note: See TracChangeset for help on using the changeset viewer.