Exceptions
Home ] Up ] Token ] Parser ] [ Exceptions ] Results ]

 

ParserException
DivisionByZeroException
ParserIOException
ParserNumberFormatException
UnbalancedParenthesesException
UnexpectedExtraTokenException
UnexpectedTokenFoundException
UnsupportedFeatureException

 

The exceptions that this parser uses form a hierarchy:

ParserException
  DivisionByZeroException
  ParserIOException
  ParserNumberFormatException
  UnbalancedParenthesesException
  UnexpectedExtraTokenException
  UnexpectedTokenFoundException
  UnsupportedFeatureException

By structuring these exceptions in this way, we can simplify the parser code.
 

The page was last updated February 19, 2008