class InitializationException
MyCpp::Referenced
MyCpp::Object
MyCpp::Exception
ExceptionBase
MyCpp::InitializationException

An abstract initialization exception.

This exception is expected to be thrown when object's constructor can not initialize the object, in the case when it is desired to hide implementation details from the caller.

An implementation-specific exception is usually set as the cause of an initialization exception.

Methods
InitializationException (String *message = String::nullString (), Exception *cause = NULL) : Exception (message, cause)
Standard exception constructor.
InitializationException

Standard exception constructor.

InitializationException (String *message = String::nullString (),
                         Exception *cause = NULL)
    : Exception (message, cause)