UnivesalDisassembler(2003)

Exception Class Reference

#include <udaclasses.h>

Inheritance diagram for Exception:
DecoderException InstrSetException InstructionException ParserException ScannerException

List of all members.

Public Member Functions

 Exception (string s)
virtual ~Exception ()
virtual void Print ()
 operator string ()

Protected Attributes

string value

Detailed Description

Definition at line 35 of file udaclasses.h.


Constructor & Destructor Documentation

Exception::Exception ( string  s) [inline]

Definition at line 39 of file udaclasses.h.

virtual Exception::~Exception ( ) [inline, virtual]

Definition at line 40 of file udaclasses.h.


Member Function Documentation

Exception::operator string ( ) [inline]

Definition at line 42 of file udaclasses.h.

virtual void Exception::Print ( ) [inline, virtual]

Reimplemented in DecoderException, InstrSetException, ScannerException, ParserException, and InstructionException.

Definition at line 41 of file udaclasses.h.

Referenced by main().


Member Data Documentation

string Exception::value [protected]

Definition at line 37 of file udaclasses.h.

Referenced by DecoderException::Print().


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