Improve javadoc for ctfAdapter in Tmf.Core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / internal / ctf / core / event / metadata / exceptions / ParseException.java
index 48055d96aa77bd2078dac3db23edc0beb182b958..242f015143a2d7135b6c618f62b284e0947dc705 100644 (file)
@@ -19,6 +19,9 @@ public class ParseException extends Exception {
 
     private static final long serialVersionUID = 7901917601459652080L;
 
+    /**
+     * Enoty constructor
+     */
     public ParseException() {
         super();
     }
@@ -26,7 +29,7 @@ public class ParseException extends Exception {
     /**
      * Constructor
      *
-     * @param message
+     * @param message (to be sent to logs
      */
     public ParseException(String message) {
         super(message);
This page took 0.024181 seconds and 5 git commands to generate.