MASA-Core
Public Member Functions | Private Attributes
IllegalArgumentException Class Reference

Detailed Description

Argument exception class.

Definition at line 32 of file IllegalArgumentException.hpp.

#include <IllegalArgumentException.hpp>

List of all members.

Public Member Functions

 IllegalArgumentException (const char *err, const char *arg="")
 ~IllegalArgumentException () throw ()
virtual const char * what () const throw ()
string getArg () const
string getErr () const

Private Attributes

string err
string arg

Constructor & Destructor Documentation

IllegalArgumentException::IllegalArgumentException ( const char *  err,
const char *  arg = "" 
)

Definition at line 26 of file IllegalArgumentException.cpp.

Definition at line 35 of file IllegalArgumentException.hpp.


Member Function Documentation

Definition at line 44 of file IllegalArgumentException.cpp.

Definition at line 48 of file IllegalArgumentException.cpp.

const char * IllegalArgumentException::what ( ) const throw () [virtual]

Definition at line 31 of file IllegalArgumentException.cpp.


Member Data Documentation

Definition at line 43 of file IllegalArgumentException.hpp.

Definition at line 42 of file IllegalArgumentException.hpp.


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