// This file provides more support for exception handling; see also exceptions.hpp class PreserveExceptionMark { private:
Thread* _thread;
Handle _preserved_exception_oop;
int _preserved_exception_line; const char* _preserved_exception_file;
// Like PreserveExceptionMark but allows new exceptions to be generated in // the body of the mark. If a new exception is generated then the original one // is discarded. class WeakPreserveExceptionMark { private:
Thread* _thread;
Handle _preserved_exception_oop;
int _preserved_exception_line; const char* _preserved_exception_file;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.