Package jpicedt.format.input.util
Class REParserException.EOF
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jpicedt.graphic.io.parser.ParserException
-
- jpicedt.format.input.util.REParserException
-
- jpicedt.format.input.util.REParserException.EOF
-
- All Implemented Interfaces:
java.io.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
Constructors Constructor Description EOF()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
-
-
-
-
Constructor Detail
-
EOF
public EOF()
-
EOF
public EOF(Context c, AbstractRegularExpression expr)
-
-