Index

C++ Code Documentation

triang::Exception

Derived from: base::Exception

File: GEOM/triang/Exception.H

public:
  • enum ErrorCode;
  • Exception( ErrorCode code ) throw() : base::Exception( (char *)0 );
  • Exception( char const *message ) throw() : base::Exception( (char *)0 );
  • Exception( ErrorCode code, uint lineno ) throw() : base::Exception( (char *)0 );
  • virtual ~Exception();
  • virtual char const *message() const throw();
protected:
private:
  • void create_message( uint code, uint lineno ) throw();
  • base::String _message;
  • static char const *const _message0[];


triang::Exception GANG