Filter löschen
Filter löschen

Add stack to created MException object

1 Ansicht (letzte 30 Tage)
Till Rahlf
Till Rahlf am 7 Feb. 2014
Hi,
can I add stack Information to a created object.
I have created a MException object, like this.
myEx = MException('foo:bar','myErrString')
and I have a stack, like
myStack = struct('file','myFile','name','myName','line',42)
How can I add stack information to a MException object?
myEx = MException('foo:bar','myErrString',myStack ) does not work.

Antworten (0)

Kategorien

Mehr zu Error Handling finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by