wxArt2D
gdserr.h
Go to the documentation of this file.
1 /*! \file wx/gdsio/gdserr.h
2  \brief Holds an error message
3  \author Probably Klaas Holwerda
4 
5  Copyright: 2001-2004 (C) Probably Klaas Holwerda
6 
7  Licence: wxWidgets Licence
8 
9  RCS-ID: $Id: gdserr.h,v 1.3 2006/12/15 21:00:03 titato Exp $
10 */
11 
12 #ifndef GDS_ERROR_H
13 #define GDS_ERROR_H
14 
15 #include "wx/string.h"
16 
17 #include "wx/canvas/candefs.h"
18 
19 //! GDSII format input and output
20 /*!
21  \ingroup fileio gdsfileio
22 */
23 class A2DCANVASDLLEXP GDS_Error
24 {
25 public:
26  GDS_Error( const wxString& message, const wxString& header = wxT( "" ) );
27  GDS_Error( const GDS_Error& other );
28  ~GDS_Error();
29 
30  wxString& GetErrorMessage() { return m_message; }
31  wxString& GetHeaderMessage() { return m_header; }
32 
33 protected:
34 
35  wxString m_message;
36  wxString m_header;
37 };
38 
39 #endif
defenitions an no more
GDSII format input and output.
Definition: gdserr.h:23
gdserr.h Source File -- Sun Oct 12 2014 17:04:20 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation