ppotentials
Class DNET_Parser.DNETException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
nenok.lc.LCException
nenok.constr.ConstrException
nenok.parser.ParserException
ppotentials.DNET_Parser.DNETException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DNET_Parser
public class DNET_Parser.DNETException
- extends ParserException
Exception class for DNET parsing.
- Version:
- 1.0
- Author:
- Marc Pouly
- See Also:
- Serialized Form
DNET_Parser.DNETException
public DNET_Parser.DNETException(String message)
- Constructor:
- Parameters:
message
- The error message.
DNET_Parser.DNETException
public DNET_Parser.DNETException(String found,
String expected)
- Constructor:
- Parameters:
found
- The token that has been found.expected
- The expected token.