cvc4-1.4
logic_exception.h File Reference

An exception that is thrown when a feature is used outside the logic that CVC4 is currently using. More...

#include "cvc4_public.h"
#include "util/exception.h"

Go to the source code of this file.

Data Structures

class  CVC4::LogicException
 

Namespaces

 CVC4
 

Detailed Description

An exception that is thrown when a feature is used outside the logic that CVC4 is currently using.

** Original author: Morgan Deters
** Major contributors: none
** 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.

An exception that is thrown when a feature is used outside the logic that CVC4 is currently using (for example, a quantifier is used while running in a quantifier-free logic).

Definition in file logic_exception.h.