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











SourceForge.net 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.

 

 

Last edit by cxl on 12/02/2017. Do you want to contribute?. T++