fixed tibdoc
[sbp.git] / src / edu / berkeley / sbp / ParseFailed.java
index 0fd9226..619bf65 100644 (file)
@@ -8,7 +8,8 @@ import java.io.*;
 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 RuntimeException {
+public class ParseFailed extends Exception {
+
     private final Input.Location location;
     private final String message;
     public ParseFailed() { this("", null); }