ppotentials
Class DNET_Parser.DNETException

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.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

Constructor Summary
DNET_Parser.DNETException(String message)
          Constructor:
DNET_Parser.DNETException(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

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.