Exception, to be thrown when an executed command returns an error value.
It is a normal Exception but with an attached command and return value.
Creates a new ReturnValueException, without attaching anything.
Creates a new ReturnValueException, attaching a command.
Creates a new ReturnValueException, attaching a command and a returned value.
The command run.
The value returned.
Exception, to be thrown when an executed command returns an error value.
It is a normal Exception but with an attached command and return value.