getMessage( )

Get the exception message.

Interface

PODSException

IDL definition
PODSString  getMessage( );
JavaScript synopsis
except.getMessage( )
C synopsis
PODSString PODSgetMessage(PODSException* except);
Parameters
  • except   The PODSException object.

Returns

The exception message.

Remarks

Use the PODSExceptionMgr object's createStringException( ) to create exception messages.

See also

PODSExceptionMgr object's throw( )