SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
InvalidSymbolVersion Class Reference

Found an invalid symbol version. More...

#include <Exceptions.h>

Public Member Functions

 InvalidSymbolVersion (qint32 v)
 
 ~InvalidSymbolVersion ()
 

Public Attributes

qint32 version
 

Detailed Description

Found an invalid symbol version.

This is thrown when the symbol being read was not a known version.

Definition at line 97 of file Exceptions.h.

Constructor & Destructor Documentation

InvalidSymbolVersion::InvalidSymbolVersion ( qint32  v)
explicit

Constructor

Parameters
vthe version of the Symbol being read

Definition at line 155 of file Exceptions.cpp.

InvalidSymbolVersion::~InvalidSymbolVersion ( )

Destructor

Definition at line 164 of file Exceptions.cpp.

Member Data Documentation

qint32 InvalidSymbolVersion::version

Definition at line 103 of file Exceptions.h.


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