<< rethrow | Error manager | throwAsCaller >> |
throw(MException) |
MException object
throw(MException) throws an exception based on the information contained in the MException object, exception.
ME = MException('nelson:errorId', 'my error')
throw(ME)
MException, rethrow, throwAsCaller.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET