PPL6-Icon Patrick's Programming Library Version 6.4.21 - Dokumentation
ppl6::Exception Klassenreferenz

Öffentliche Methoden

 Exception () throw ()
 
 Exception (const Exception &other) throw ()
 
 Exception (const CString &msg)
 
 Exception (const char *msg,...)
 
virtual ~Exception () throw ()
 
void copyText (const char *str) throw ()
 
void copyText (const char *fmt, va_list args) throw ()
 
Exceptionoperator= (const Exception &other) throw ()
 
void print () const
 
const char * text () const throw ()
 
CString toString () const throw ()
 
virtual const char * what () const throw ()
 

Private Attribute

char * ErrorText
 

Beschreibung der Konstruktoren und Destruktoren

ppl6::Exception::Exception ( )
throw (
)
ppl6::Exception::Exception ( const Exception other)
throw (
)
ppl6::Exception::Exception ( const CString msg)
ppl6::Exception::Exception ( const char *  msg,
  ... 
)
ppl6::Exception::~Exception ( )
throw (
)
virtual

Dokumentation der Elementfunktionen

void ppl6::Exception::copyText ( const char *  str)
throw (
)
void ppl6::Exception::copyText ( const char *  fmt,
va_list  args 
)
throw (
)
Exception & ppl6::Exception::operator= ( const Exception other)
throw (
)
void ppl6::Exception::print ( ) const
const char * ppl6::Exception::text ( ) const
throw (
)
CString ppl6::Exception::toString ( ) const
throw (
)
const char * ppl6::Exception::what ( ) const
throw (
)
virtual

Dokumentation der Datenelemente

char* ppl6::Exception::ErrorText
private

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: