Uses of Class
org.extex.scanner.api.exception.ScannerException

Packages that use ScannerException
org.extex.scanner.api This package contains the scanner for ExTeX. 
org.extex.scanner.api.exception This package contains the exception classes for the scanner implementations. 
org.extex.scanner.base This package contains a basic implementation for a TokenStream
org.extex.scanner.stream.exception This package contains the exception classes for the stream implementations. 
org.extex.scanner.stream.impl32 This package contains the implementations for different TokenStream implementations. 
 

Uses of ScannerException in org.extex.scanner.api
 

Methods in org.extex.scanner.api that throw ScannerException
 Token TokenStream.get(TokenFactory factory, Tokenizer tokenizer)
          Get the next token from the token stream.
 boolean TokenStream.isEof()
          Check to see if a further token can be acquired from the token stream.
 boolean TokenStream.isEol()
          Check to see if the token stream is currently at the end of line.
 

Uses of ScannerException in org.extex.scanner.api.exception
 

Subclasses of ScannerException in org.extex.scanner.api.exception
 class InvalidCharacterScannerException
          This exception signals that an invalid character has been encountered.
 

Uses of ScannerException in org.extex.scanner.base
 

Methods in org.extex.scanner.base that throw ScannerException
 Token TokenStreamBaseImpl.get(TokenFactory factory, Tokenizer tokenizer)
          Get the next token from the token stream.
protected  UnicodeChar TokenStreamImpl.getChar(Tokenizer tokenizer)
          Return the next character to process.
protected  Token TokenStreamImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
protected  Token TokenStreamBaseImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
 boolean TokenStreamImpl.isEof()
          Check to see if a further token can be acquired from the token stream.
 boolean TokenStreamBaseImpl.isEof()
          Test for end of file.
 boolean TokenStreamBaseImpl.isEol()
          Check to see if the token stream is currently at the end of line.
protected  boolean TokenStreamImpl.refill()
          Get the next line from the input reader to be processed.
 

Uses of ScannerException in org.extex.scanner.stream.exception
 

Subclasses of ScannerException in org.extex.scanner.stream.exception
 class ScannerNoHexDigitFoundException
          ScannerException, if no hex digit are not found after '^^^^'.
 class ScannerNoUnicodeNameException
          ScannerException, if a wrong Unicode name is given.
 

Uses of ScannerException in org.extex.scanner.stream.impl32
 

Methods in org.extex.scanner.stream.impl32 that throw ScannerException
protected  UnicodeChar TokenStreamImpl.getChar(Tokenizer tokenizer)
          Return the next character to process.
protected  UnicodeChar TokenStreamImpl32.getChar(Tokenizer tokenizer)
          Return the next character to process.
protected  Token TokenStreamImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
 boolean TokenStreamImpl.isEof()
          Check to see if a further token can be acquired from the token stream.
protected  boolean TokenStreamImpl.refill()
          Get the next line from the input reader to be processed.