detail_ | Exception | [protected] |
Exception(exception_type type, std::string detail="") | Exception | |
Exception(Exception const &src) | Exception | |
getDetail() const | Exception | |
getSourceTypeString() const | InvalidCastException | |
getTargetTypeString() const | InvalidCastException | |
getType() const | Exception | |
InvalidCastException(std::string method, std::string source_type_string, std::string target_type_string) | InvalidCastException | |
InvalidCastException(InvalidCastException const &src) | InvalidCastException | |
source_type_string_ | InvalidCastException | [protected] |
target_type_string_ | InvalidCastException | [protected] |
type_ | Exception | [protected] |
what() const | InvalidCastException | [virtual] |
~Exception() | Exception | [virtual] |
~InvalidCastException() | InvalidCastException | [virtual] |