PPL7-Icon Patrick's Programming Library Version 7.0.0 - Dokumentation
ppl7::Exception Klassenreferenz

Abgeleitet von exception.

Öffentliche Methoden

 Exception () throw ()
 
 Exception (const Exception &other) throw ()
 
 Exception (const char *msg,...) throw ()
 
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 ()
 
String toString () const throw ()
 
virtual const char * what () const throw ()
 

Private Attribute

char * ErrorText
 

Beschreibung der Konstruktoren und Destruktoren

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

Dokumentation der Elementfunktionen

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

Dokumentation der Datenelemente

char* ppl7::Exception::ErrorText
private

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