IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.NonconvergenceException Class Reference

The exception that is thrown when an algorithm fails to converge. More...

+ Inheritance diagram for Meta.Numerics.NonconvergenceException:
+ Collaboration diagram for Meta.Numerics.NonconvergenceException:

Public Member Functions

 NonconvergenceException ()
 Initializes a new nonconvergence exception. More...
 
 NonconvergenceException (String message)
 Inititalizes a new nonconvergence exception with the given exception message. More...
 
 NonconvergenceException (String message, Exception innerException)
 Initializes a new nonconvergence exception with the given exception message and inner exception. More...
 

Protected Member Functions

 NonconvergenceException (SerializationInfo info, StreamingContext context)
 Initalizes a new nonconvergence exception with the given serialization information and streaming context. More...
 

Detailed Description

The exception that is thrown when an algorithm fails to converge.

Constructor & Destructor Documentation

Meta.Numerics.NonconvergenceException.NonconvergenceException ( )
inline

Initializes a new nonconvergence exception.

Meta.Numerics.NonconvergenceException.NonconvergenceException ( String  message)
inline

Inititalizes a new nonconvergence exception with the given exception message.

Parameters
messageThe exception message.
Meta.Numerics.NonconvergenceException.NonconvergenceException ( String  message,
Exception  innerException 
)
inline

Initializes a new nonconvergence exception with the given exception message and inner exception.

Parameters
messageThe exeption message.
innerExceptionThe inner exception.
Meta.Numerics.NonconvergenceException.NonconvergenceException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initalizes a new nonconvergence exception with the given serialization information and streaming context.

Parameters
infoThe serialization information.
contextThe streaming context.

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