de.hpi.fgis.dude.util.bibtex.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.hpi.fgis.dude.util.bibtex.parser.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException
extends Exception

This exception is raised if an error occurs while parsing using the BibtexParser.

Author:
henkel
See Also:
Serialized Form

Constructor Summary
ParseException(int line, int column, String encountered, String expected)
          Initializes a ParseException.
 
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

ParseException

ParseException(int line,
               int column,
               String encountered,
               String expected)
Initializes a ParseException.

Parameters:
line - The line in which the parsing error occurred.
column - The column in which the parsing error occurred.
encountered - The String that was read.
expected - The String that was actually expected.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.