Base class for all exceptions.
Each exception object has a string message and a cause-exception associated with it.
| Ref<String> |
Returns the message associated with this exception object. | |||
| Ref<Exception> |
Returns the cause-exception associated with this exception object. | |||
| Ref<Exception> |
Returns an exact copy of this exception. | |||
The constructor. |
Returns an exact copy of this exception.
Exception object's copying constructor is resposible for creating an exact copy of the exception.