TypeMismatchException Class Reference

#include <Exception.h>

Inheritance diagram for TypeMismatchException:
Exception

Public Member Functions

 TypeMismatchException ()
 
 TypeMismatchException (const String &message)
 
- Public Member Functions inherited from Exception
 Exception (const String &message)
 
 Exception (const Exception &exception)
 
virtual ~Exception ()
 
Exceptionoperator= (const Exception &exception)
 
virtual const StringgetMessage () const
 

Additional Inherited Members

- Protected Member Functions inherited from Exception
 Exception ()
 
- Protected Attributes inherited from Exception
ExceptionRep * _rep
 

Detailed Description

A TypeMismatchException occurs when values with incompatible types are used together.

Constructor & Destructor Documentation

◆ TypeMismatchException() [1/2]

TypeMismatchException::TypeMismatchException ( )

Constructs a TypeMismatchException with a default error message.

◆ TypeMismatchException() [2/2]

TypeMismatchException::TypeMismatchException ( const String message)

Constructs a TypeMismatchException with a specified error message.

Parameters
messageA message String containing a description of the error

The documentation for this class was generated from the following file:
  • /home/loongson/rpmbuild/BUILD/pegasus/src/Pegasus/Common/Exception.h