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

Constructor Index

 o ParsingException(String, int)
Constructor

Method Index

 o toString()
Convert an Exception to a String

Constructors

 o ParsingException
 public ParsingException(String msg,
                         int line)
Constructor

Parameters:
msg - error message
line - line number in the file where the parsing error occured

Methods

 o toString
 public String toString()
Convert an Exception to a String

Overrides:
toString in class Throwable