Version: 8.3.0
vtkJSONException Class Reference

#include <vtkJSONParser.h>

Inheritance diagram for vtkJSONException:
Inheritance graph

Public Member Functions

 vtkJSONException (const char *reason)
 
 ~vtkJSONException () throw ()
 
const char * what () const throw ()
 
 vtkJSONException (const char *reason)
 
 ~vtkJSONException () throw ()
 
const char * what () const throw ()
 

Protected Attributes

std::string Reason
 

Constructor & Destructor Documentation

vtkJSONException::vtkJSONException ( const char *  reason)
vtkJSONException::~vtkJSONException ( ) throw ()
vtkJSONException::vtkJSONException ( const char *  reason)
vtkJSONException::~vtkJSONException ( ) throw ()

Member Function Documentation

const char * vtkJSONException::what ( ) const throw ()

References Reason.

const char* vtkJSONException::what ( ) const throw ()

Field Documentation

std::string vtkJSONException::Reason
protected