createStringException( )

Creates an exception message.

Interface

PODSExceptionMgr

IDL definition
PODSException createStringException(PODSString msg);
JavaScript synopsis

Not applicable

C synopsis
PODSException createStringException(
  PODSExceptionMgr* exmgr,
  PODSException* except
);
Parameters
  • exmgr   The PODSExceptionMgr object.

  • msg   [in] The message string for the string exception.

Returns

None