scsolver::RuntimeError Class Reference

#include <unoglobal.hxx>

List of all members.

Public Member Functions

 RuntimeError (const rtl::OUString &umsg)
 ~RuntimeError () throw ()
virtual const char * what () const throw ()
const rtl::OUString getMessage () const throw ()

Private Attributes

rtl::OUString m_sUniMsg


Detailed Description

This class is designed to be a generic exception class that can have arbitrary error message. It consists of one ASCII message for stdout, and one OUString message which can be localized.

Definition at line 60 of file unoglobal.hxx.


Constructor & Destructor Documentation

scsolver::RuntimeError::RuntimeError ( const rtl::OUString &  umsg  ) 

Definition at line 86 of file unoglobal.cxx.

scsolver::RuntimeError::~RuntimeError (  )  throw ()

Definition at line 91 of file unoglobal.cxx.


Member Function Documentation

const char * scsolver::RuntimeError::what (  )  const throw () [virtual]

Definition at line 95 of file unoglobal.cxx.

References m_sUniMsg.

const rtl::OUString scsolver::RuntimeError::getMessage (  )  const throw ()

Definition at line 101 of file unoglobal.cxx.

References m_sUniMsg.

Referenced by scsolver::SolveModelImpl::solveLp(), scsolver::SolverImpl::solveModel(), and scsolver::SolveModelImpl::solveNlp().


Member Data Documentation

rtl::OUString scsolver::RuntimeError::m_sUniMsg [private]

Definition at line 70 of file unoglobal.hxx.

Referenced by getMessage(), and what().


The documentation for this class was generated from the following files:
Generated on Mon Jul 28 09:13:48 2008 for scsolver by  doxygen 1.5.3