OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::TokenStreamException Class Reference

Baseclass for exceptions thrown by classes implementing the TokenStream interface. More...

#include <TokenStreamException.hpp>

+ Inheritance diagram for antlr::TokenStreamException:

Public Member Functions

 TokenStreamException (const std ::string &s)
 
- Public Member Functions inherited from antlr::ANTLRException
 ANTLRException ()
 Create ANTLR base exception without error message.
 
 ANTLRException (const std ::string &s)
 Create ANTLR base exception with error message.
 
virtual std::string toString () const
 Return complete error message with line/column number info (if present)
 
virtual std::string getMessage () const
 Return error message without additional info (if present)
 

Detailed Description

Baseclass for exceptions thrown by classes implementing the TokenStream interface.

See also
TokenStream

Definition at line 22 of file TokenStreamException.hpp.

Constructor & Destructor Documentation

◆ TokenStreamException() [1/2]

antlr::TokenStreamException::TokenStreamException ( )
inline

Definition at line 24 of file TokenStreamException.hpp.

◆ TokenStreamException() [2/2]

antlr::TokenStreamException::TokenStreamException ( const std ::string & s)
inline

Definition at line 28 of file TokenStreamException.hpp.

◆ ~TokenStreamException()

virtual antlr::TokenStreamException::~TokenStreamException ( )
throw ( )
inlinevirtual

Definition at line 32 of file TokenStreamException.hpp.


The documentation for this class was generated from the following file: