Hilbert II - Version 0.03.01

org.qedeq.kernel.parser
Class ClosingBracketMissingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.qedeq.kernel.parser.ParserException
              extended byorg.qedeq.kernel.parser.ClosingBracketMissingException
All Implemented Interfaces:
Serializable

public class ClosingBracketMissingException
extends ParserException

Closing bracket expected but is missing.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ClosingBracketMissingException(long position, String bracket)
          Constructor.
 
Methods inherited from class org.qedeq.kernel.parser.ParserException
getPosition
 
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

ClosingBracketMissingException

public ClosingBracketMissingException(long position,
                                      String bracket)
Constructor.

Parameters:
position - Error position.
bracket - Expected bracket.

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.