libutap  0.93
Uppaal Timed Automata Parser
UTAP::TypeException Class Reference

Exception indicating a type error. More...

#include <builder.h>

Inheritance diagram for UTAP::TypeException:
Collaboration diagram for UTAP::TypeException:

Public Member Functions

 TypeException (const std::string &msg)
 
 TypeException (const boost::format &format)
 

Detailed Description

Exception indicating a type error.

This is thrown by implementations of the ParserBuilder interface to indicate that a type error has occurred.

Definition at line 39 of file builder.h.

Constructor & Destructor Documentation

◆ TypeException() [1/2]

UTAP::TypeException::TypeException ( const std::string &  msg)
inline

Definition at line 42 of file builder.h.

◆ TypeException() [2/2]

UTAP::TypeException::TypeException ( const boost::format &  format)
inline

Definition at line 43 of file builder.h.


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