|
FAST.Framework
1.0.0
|
#include <FException.h>


Public Member Functions | |
| FIllegalArgumentException (const FString &message="Illegal argument exception") | |
| Constructor exception object. | |
| const type_info & | GetType () override |
| Returns the type info over object. | |
| FString | GetName () const override |
| Returns the name of object. | |
Public Member Functions inherited from FException | |
| FException (const FString &message="General exception") | |
| Constructor exception object. | |
| virtual | ~FException ()=default |
| Destroys the exception object. | |
| virtual const FString & | Message () const throw () |
Public Member Functions inherited from FObject | |
| FObject ()=default | |
| Constructor. | |
| virtual | ~FObject ()=default |
| Destructor. | |
Represents illegal argument errors that occur during application execution