Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JExceptionDataFormat Class Reference

This is a subclass of JException that is used to indicate a parsing error. This was motivated by hdmon needing to catch this specific type of error and set an alarm. hdmon is used for online monitoring and the source is kept in subversion. More...

#include <JExceptionDataFormat.h>

+ Inheritance diagram for JExceptionDataFormat:

Public Member Functions

 JExceptionDataFormat (const std::string &txt)
 
 JExceptionDataFormat (const std::string &txt, const char *file, int line)
 
virtual ~JExceptionDataFormat ()
 

Detailed Description

This is a subclass of JException that is used to indicate a parsing error. This was motivated by hdmon needing to catch this specific type of error and set an alarm. hdmon is used for online monitoring and the source is kept in subversion.

Definition at line 19 of file JExceptionDataFormat.h.

Constructor & Destructor Documentation

JExceptionDataFormat::JExceptionDataFormat ( const std::string txt)
inline

Definition at line 21 of file JExceptionDataFormat.h.

JExceptionDataFormat::JExceptionDataFormat ( const std::string txt,
const char *  file,
int  line 
)
inline

Definition at line 22 of file JExceptionDataFormat.h.

virtual JExceptionDataFormat::~JExceptionDataFormat ( )
inlinevirtual

Definition at line 23 of file JExceptionDataFormat.h.


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