ppotentials
Class BIF_Parser.BIFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nenok.lc.LCException
nenok.parser.ParserException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.