http://www.jpicedt.org

Uses of Class
jpicedt.graphic.io.parser.ParserException

Packages that use ParserException
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
 class REParserException
          An Exception manager to be used by RE-parsers (i.e.
static class REParserException.BeginGroupMismatch
          a "begin group" has no matching "end group"
static class REParserException.BlockMismatch
          a closing delimiter has no matching opening delimiter (see EnclosingExpression)
static class REParserException.EndGroupMismatch
          a "end group" has no matching "begin group"
static class REParserException.EndOfPicture
          the end of the picture environment was encoutered.
static class REParserException.EndOfPictureNotFound
          the end of the picture environment wasn't found in the current Reader.
static class REParserException.EOF
          the end of the file (or the underlying Reader) was reached abnormally, e.g.
static class REParserException.IncompleteSequence
          signals an incomplete SequenceExpression
static class REParserException.NotFoundInFile
          a mandatory expression wasn't found
static class REParserException.NumberFormat
          aka NumberFormatException
static class REParserException.NumberSign
          signals an error concerning the sign of a number (see NumericalExpression)
static class REParserException.SyntaxError
          a 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
 void PECanvas.insert(Reader reader, Parser parser)
          insert content from a reader into the current drawing
 void PECanvas.paste(boolean translate)
          Add the content of the System's ClipBoard to the current drawing, then select it.
 void PECanvas.paste(Clipboard clipbrd, boolean translate)
          Add the content of the given ClipBoard to the current drawing, then select it.
 void PECanvas.read(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
static class ParserException.UnrecognizedFileFormat
          May signal that the content being currently parsed does not correspond to any recognized/supported format
 

Methods in jpicedt.graphic.io.parser that throw ParserException
 Drawing JPICParser.parse(Reader reader)
          kicks off the parsing process
 Drawing Parser.parse(Reader reader)
          kicks off the parsing process
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org