Uses of Class
jpicedt.graphic.io.parser.ParserException
-
Packages that use ParserException Package Description jpicedt.format.input.util This package contains helper classes for building a parser based on the well-known RegExp scheme, yet with a strong object-oriented approach in mind.jpicedt.graphic jPicEdt library core classes and packages.jpicedt.graphic.io.parser Contains classes for the JPIC-XML parser. -
-
Uses of ParserException in jpicedt.format.input.util
Subclasses of ParserException in jpicedt.format.input.util Modifier and Type Class Description classREParserExceptionAn Exception manager to be used by RE-parsers (i.e.static classREParserException.BeginGroupMismatcha "begin group" has no matching "end group"static classREParserException.BlockMismatcha closing delimiter has no matching opening delimiter (see EnclosingExpression)static classREParserException.EndGroupMismatcha "end group" has no matching "begin group"static classREParserException.EndOfPicturethe end of the picture environment was encoutered.static classREParserException.EndOfPictureNotFoundthe end of the picture environment wasn't found in the current Reader.static classREParserException.EOFthe end of the file (or the underlying Reader) was reached abnormally, e.g.static classREParserException.IncompleteSequencesignals an incomplete SequenceExpressionstatic classREParserException.NotFoundInFilea mandatory expression wasn't foundstatic classREParserException.NumberFormataka NumberFormatExceptionstatic classREParserException.NumberSignsignals an error concerning the sign of a number (see NumericalExpression)static classREParserException.SyntaxErrora syntax error has occured ; should be used as a last resort, when no specific exception message applies. -
Uses of ParserException in jpicedt.graphic
Methods in jpicedt.graphic that throw ParserException Modifier and Type Method Description voidPECanvas. insert(java.io.Reader reader, Parser parser)insert content from a reader into the current drawingvoidPECanvas. paste(boolean translate)Add the content of the System's ClipBoard to the current drawing, then select it.voidPECanvas. paste(java.awt.datatransfer.Clipboard clipbrd, boolean translate)Add the content of the given ClipBoard to the current drawing, then select it.voidPECanvas. read(java.io.Reader reader, Parser parser)read drawing content from a reader and erase old one. -
Uses of ParserException in jpicedt.graphic.io.parser
Subclasses of ParserException in jpicedt.graphic.io.parser Modifier and Type Class Description static classParserException.UnrecognizedFileFormatMay signal that the content being currently parsed does not correspond to any recognized/supported formatMethods in jpicedt.graphic.io.parser that throw ParserException Modifier and Type Method Description DrawingJPICParser. parse(java.io.Reader reader)kicks off the parsing processDrawingParser. parse(java.io.Reader reader)kicks off the parsing process
-