ppotentials
Class BIF_Parser.BIFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by nenok.lc.LCException
                      extended by nenok.constr.ConstrException
                          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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
BIF_Parser.BIFException(String message)
          Constructor:
BIF_Parser.BIFException(String found, String expected)
          Constructor:
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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.