org.qedeq.kernel.bo.parser
Class ClosingBracketMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qedeq.kernel.bo.parser.ParserException
              extended by org.qedeq.kernel.bo.parser.ClosingBracketMissingException
All Implemented Interfaces:
java.io.Serializable

public class ClosingBracketMissingException
extends ParserException

Closing bracket expected but is missing.

Version:
$Revision: 1.1 $
Author:
Michael Meyling
See Also:
Serialized Form

Constructor Summary
ClosingBracketMissingException(long position, java.lang.String bracket, java.lang.String foundToken)
          Constructor.
 
Method Summary
 
Methods inherited from class org.qedeq.kernel.bo.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,
                                      java.lang.String bracket,
                                      java.lang.String foundToken)
Constructor.

Parameters:
position - Error position.
bracket - Expected bracket.
foundToken - Found token.


Copyright © 2014. All Rights Reserved.