NuTo
Numerics Tool
Public Member Functions | List of all members
NuTo::Exception Class Reference

Base class for all exceptions thrown in NuTo. More...

#include <Exception.h>

Inheritance diagram for NuTo::Exception:
NuTo::NewtonRaphson::NoConvergence

Public Member Functions

 Exception (const std::string &message)
 Constructor. More...
 
 Exception (const std::string &caller, const std::string &message)
 Constructor. More...
 

Detailed Description

Base class for all exceptions thrown in NuTo.

Constructor & Destructor Documentation

NuTo::Exception::Exception ( const std::string &  message)
inlineexplicit

Constructor.

Parameters
messageError message.
NuTo::Exception::Exception ( const std::string &  caller,
const std::string &  message 
)
inlineexplicit

Constructor.

Parameters
callerName of the method that throws.
messageError message.

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