class InternalException
MyCpp::Referenced
MyCpp::Object
MyCpp::Exception
ExceptionBase
MyCpp::InternalException

An astract internal exception.

This exception is expected to be thrown when the method cannot complete exection, 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 internal exception.

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

Standard exception constructor.

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