cvc4-1.4
|
Exception class for parse errors. More...
#include "cvc4parser_public.h"
#include <iostream>
#include <string>
#include <sstream>
#include "util/exception.h"
Go to the source code of this file.
Data Structures | |
class | CVC4::parser::ParserException |
class | CVC4::parser::ParserEndOfFileException |
Namespaces | |
namespace | CVC4 |
namespace | CVC4::parser |
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.