summaryrefslogtreecommitdiff
path: root/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java
diff options
context:
space:
mode:
Diffstat (limited to 'RGens/src/main/java/bjc/rgens/newparser/GrammarException.java')
-rw-r--r--RGens/src/main/java/bjc/rgens/newparser/GrammarException.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java b/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java
index c9f2723..ac37f7a 100644
--- a/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java
+++ b/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java
@@ -3,7 +3,7 @@ package bjc.rgens.newparser;
/**
* The exception thrown when something goes wrong while parsing a
* grammar.
- *
+ *
* @author student
*
*/
@@ -15,7 +15,7 @@ public class GrammarException extends RuntimeException {
/**
* Create a new grammar exception with the specified message.
- *
+ *
* @param msg
* The message for this exception.
*/
@@ -26,10 +26,10 @@ public class GrammarException extends RuntimeException {
/**
* Create a new grammar exception with the specified message and
* cause.
- *
+ *
* @param msg
* The message for this exception.
- *
+ *
* @param cause
* The cause of this exception.
*/