fixed tibdoc
[sbp.git] / src / edu / berkeley / sbp / ParseFailed.java
index 2245b67..619bf65 100644 (file)
@@ -9,6 +9,7 @@ import java.util.*;
 
 /** thrown when the parser arrives at a state from which it is clear that no valid parse can result */
 public class ParseFailed extends Exception {
 
 /** thrown when the parser arrives at a state from which it is clear that no valid parse can result */
 public class ParseFailed extends Exception {
+
     private final Input.Location location;
     private final String message;
     public ParseFailed() { this("", null); }
     private final Input.Location location;
     private final String message;
     public ParseFailed() { this("", null); }