Protocol for exception handling in mulle-objc. Defines the minimal interface that exception objects must implement.
-raise
- Raises the exception (default implementation provided by
MulleObjCException class)-UTF8String
- Returns a string representation of the exceptionMulleObjCThrow
- Throw an exceptionMulleObjCRaise
- Raise an exceptionNote: This is a minimal protocol that provides basic exception functionality. The actual NSException class in Foundation provides additional features like name, reason and userInfo.