Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Error class. More...
#include <ivstudio/error.h>
Public Member Functions | |
IlvStError (const char *message=0, IlvStErrorType type=IlvStInformation, IlBoolean popup=IlFalse) | |
Initializes an instance of IlvStError . More... | |
const char * | getMessage () const |
Returns the message. More... | |
IlvStErrorType | getType () const |
Returns the message type. More... | |
IlBoolean | isPopup () const |
Returns IlTrue if the message must be displayed. More... | |
IlvStError::IlvStError | ( | const char * | message = 0 , |
IlvStErrorType | type = IlvStInformation , |
||
IlBoolean | popup = IlFalse |
||
) |
Initializes an instance of IlvStError
.
message | The message. |
type | The message type. |
popup | If IlTrue the message will be displayed, otherwise it will be displayed in an error window. |
const char* IlvStError::getMessage | ( | ) | const |
Returns the message.
IlvStErrorType IlvStError::getType | ( | ) | const |
Returns the message type.
IlBoolean IlvStError::isPopup | ( | ) | const |
Returns IlTrue
if the message must be displayed.
IlTrue
if the message must be displayed, otherwise returns IlFalse
. © Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.