|
@@ -17,6 +17,11 @@ public class LispError extends Exception {
|
|
|
* Message d'erreur opération non définie
|
|
|
*/
|
|
|
public static final String ERR_UNKNOW = " is undefined";
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Message d'erreur identifieur invalide
|
|
|
+ */
|
|
|
+ public static final String ERR_INVALID = " is not a valid identifier";
|
|
|
|
|
|
/**
|
|
|
* Fake serial version UID
|