http://www.jpicedt.org

jpicedt.format.input.util
Class REParserException.EOF

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jpicedt.graphic.io.parser.ParserException
              extended by jpicedt.format.input.util.REParserException
                  extended by jpicedt.format.input.util.REParserException.EOF
All Implemented Interfaces:
Serializable
Enclosing class:
REParserException

public static class REParserException.EOF
extends REParserException

the end of the file (or the underlying Reader) was reached abnormally, e.g. in the course of a AbstractRegularExpression.interpret() operation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jpicedt.format.input.util.REParserException
REParserException.BeginGroupMismatch, REParserException.BlockMismatch, REParserException.EndGroupMismatch, REParserException.EndOfPicture, REParserException.EndOfPictureNotFound, REParserException.EOF, REParserException.IncompleteSequence, REParserException.NotFoundInFile, REParserException.NumberFormat, REParserException.NumberSign, REParserException.SyntaxError
 
Nested classes/interfaces inherited from class jpicedt.graphic.io.parser.ParserException
ParserException.UnrecognizedFileFormat
 
Constructor Summary
REParserException.EOF()
           
REParserException.EOF(Context c, AbstractRegularExpression expr)
           
 
Method Summary
 
Methods inherited from class jpicedt.format.input.util.REParserException
getLocalizedMessage, getMessage, toString
 
Methods inherited from class jpicedt.graphic.io.parser.ParserException
localize
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

REParserException.EOF

public REParserException.EOF()

REParserException.EOF

public REParserException.EOF(Context c,
                             AbstractRegularExpression expr)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org