SafetyMutex and rocket optimization updates
[debian/openrocket] / src / net / sf / openrocket / logging / TraceException.java
index 8468a1ed4fc8a9bb20230d54815293a92c1edd01..b08109a35f1645ce187fe20bba2393c1d13cb55f 100644 (file)
@@ -62,6 +62,17 @@ public class TraceException extends Exception {
        }
        
        
+       /**
+        * Construct an exception with the specified message.
+        * 
+        * @param message       the message for the exception.
+        */
+       public TraceException(String message) {
+               this(0, 0);
+               this.message = message;
+       }
+       
+       
        /**
         * Get the description of the code position as provided in the constructor.
         */