Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

Exc

 

class Exc : public String

This is the preferred root class of U++ exception. It is basically a String. The idea is that all kinds of exception can be either managed by specific handlers, or simple Exc handler can be used, displaying textual information to the user.

 

 

Constructor Detail

 

Exc()

Default constructor.

 


 

Exc(const String& desc)

Constructor, error described as desc.

 

 

Do you want to contribute?