cvc4-1.3
modal_exception.h File Reference

An exception that is thrown when an interactive-only feature while CVC4 is being used in a non-interactive setting. More...

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

Go to the source code of this file.

Data Structures

class  CVC4::ModalException
 

Namespaces

 CVC4
 

Detailed Description

An exception that is thrown when an interactive-only feature while CVC4 is being used in a non-interactive setting.

** Original author: Morgan Deters
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
** Copyright (c) 2009-2013  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 an interactive-only feature while CVC4 is being used in a non-interactive setting (for example, the "(get-assertions)" command in an SMT-LIBv2 script).

Definition in file modal_exception.h.