casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
asdm::NumberFormatException Class Reference

The NumberFormatException class represents an exception when an error occurs in converting a numeric value from a string. More...

#include <NumberFormatException.h>

Inheritance diagram for asdm::NumberFormatException:
asdm::InvalidArgumentException asdm::InvalidArgumentException

List of all members.

Public Member Functions

 NumberFormatException ()
 An empty CTOR.
 NumberFormatException (const string &s)
 A CTOR with a message.
virtual ~NumberFormatException ()
 the DTOR
 NumberFormatException ()
 An empty CTOR.
 NumberFormatException (const string &s)
 A CTOR with a message.
virtual ~NumberFormatException ()
 the DTOR

Detailed Description

The NumberFormatException class represents an exception when an error occurs in converting a numeric value from a string.

Definition at line 41 of file NumberFormatException.h.


Constructor & Destructor Documentation

An empty CTOR.

A CTOR with a message.

the DTOR

An empty CTOR.

A CTOR with a message.

the DTOR


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