cvc4-1.4
parser_exception.h File Reference

Exception class for parse errors. More...

#include "cvc4parser_public.h"
#include <iostream>
#include <string>
#include <sstream>
#include "util/exception.h"
Include dependency graph for parser_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CVC4::parser::ParserException
 
class  CVC4::parser::ParserEndOfFileException
 

Namespaces

namespace  CVC4
 
namespace  CVC4::parser
 

Detailed Description

Exception class for parse errors.

** Original author: Morgan Deters
** Major contributors: Christopher L. Conway
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
** Copyright (c) 2009-2014  New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.

Exception class for parse errors.

Definition in file parser_exception.h.