Thrown when the identity string wasn't valid at all. More...
#include <exception.h>
Inheritance diagram for Mezzanine::InstanceIdentityInvalidException:
Collaboration diagram for Mezzanine::InstanceIdentityInvalidException:Public Member Functions | |
| InstanceIdentityInvalidException (const String &TypeName, const String &JavaTypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| InstanceIdentityInvalidException Name overwriting constructor. More... | |
| InstanceIdentityInvalidException (const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| InstanceIdentityInvalidException constructor. More... | |
| virtual | ~InstanceIdentityInvalidException () throw () |
| Class destructor. | |
| virtual Whole | GetExceptionCode () const throw () |
| Gets the exception code for this exception. More... | |
Public Member Functions inherited from Mezzanine::InstanceIdentityException | |
| InstanceIdentityException (const String &TypeName, const String &JavaTypeName, const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| InstanceIdentityException Name overwriting constructor. More... | |
| InstanceIdentityException (const String &Message, const String &SrcFunction, const String &SrcFile, const Whole &FileLine) | |
| InstanceIdentityException constructor. More... | |
| virtual | ~InstanceIdentityException () throw () |
| Class destructor. | |
Public Member Functions inherited from Mezzanine::ExceptionBase | |
| ExceptionBase (const Mezzanine::String &TypeName, const Mezzanine::String &JavaTypeName, const Mezzanine::String &Message, const Mezzanine::String &SrcFunction, const Mezzanine::String &SrcFile, const Mezzanine::Whole &FileLine) | |
| Simple Constructor. More... | |
| virtual | ~ExceptionBase () throw () |
| Class destructor. | |
| Mezzanine::String | GetCompleteMessage () const throw () |
| Constructs the complete message from all the information provided about the exception. More... | |
| const Mezzanine::String & | GetExceptionJavaTypeName () const throw () |
| Gets the name of the exception type. More... | |
| const Mezzanine::String & | GetExceptionTypeName () const throw () |
| Gets the name of the exception type. More... | |
| const Mezzanine::String & | GetFile () const throw () |
| Gets the file of the exception. More... | |
| const Mezzanine::String & | GetFunction () const throw () |
| Gets the function of the exception. More... | |
| const Mezzanine::Whole & | GetLine () const throw () |
| Gets the line number of the exception. More... | |
| virtual const char * | what () const throw () |
| Retrieves the error message. More... | |
Static Public Attributes | |
| static const Whole | ExceptionCode = InstanceIdentityException::II_IDENTITY_INVALID_EXCEPTION |
| Thrown when the identity string wasn't valid at all. | |
Static Public Attributes inherited from Mezzanine::InstanceIdentityException | |
| static const Whole | ExceptionCode = ExceptionBase::II_EXCEPTION |
| Thrown when an unknown error with using an Identifier and it is invalid. | |
Thrown when the identity string wasn't valid at all.
When catching this in java look for java.lang.XXXXX
Definition at line 1443 of file exception.h.
|
inline |
InstanceIdentityInvalidException Name overwriting constructor.
| TypeName | The name of this class. |
| JavaTypeName | When passed to Java what does this convert to? |
| Message | A basic description of the error. |
| SrcFunction | The name of the function from which this originated. |
| SrcFile | The name of the file from which this originated. |
| FileLine | The line on the named file from which this originated. |
Definition at line 1457 of file exception.h.
|
inline |
InstanceIdentityInvalidException constructor.
| Message | A basic description of the error. |
| SrcFunction | The name of the function from which this originated. |
| SrcFile | The name of the file from which this originated. |
| FileLine | The line on the named file from which this originated. |
Definition at line 1473 of file exception.h.
|
inlinevirtual | |||||||||||||
Gets the exception code for this exception.
Reimplemented from Mezzanine::InstanceIdentityException.
Definition at line 1484 of file exception.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.