ppotentials
Class BIF_Parser.BIFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nenok.lc.LCException
              extended by nenok.parser.ParserException
                  extended by ppotentials.BIF_Parser.BIFException
All Implemented Interfaces:
Serializable
Enclosing class:
BIF_Parser

public class BIF_Parser.BIFException
extends ParserException

Exception class for BIF parsing.

Version:
1.0
Author:
Marc Pouly
See Also:
Serialized Form

Constructor Summary
BIF_Parser.BIFException(String message)
          Constructor:
BIF_Parser.BIFException(String found, String expected)
          Constructor:
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BIF_Parser.BIFException

public BIF_Parser.BIFException(String message)
Constructor:

Parameters:
message - The error message.

BIF_Parser.BIFException

public BIF_Parser.BIFException(String found,
                               String expected)
Constructor:

Parameters:
found - The token that has been found.
expected - The expected token.