Class ParsingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----ParsingException
- public class ParsingException
- extends Exception
Exception thrown when a parsing error occures
- Author:
- Patrice Bensoussan, Thierry Bensoussan
-
ParsingException(String, int)
- Constructor
-
toString()
- Convert an Exception to a String
ParsingException
public ParsingException(String msg,
int line)
- Constructor
- Parameters:
- msg - error message
- line - line number in the file where the parsing error occured
toString
public String toString()
- Convert an Exception to a String
- Overrides:
- toString in class Throwable