OsProcessException
Description
Exceptions that are triggered as a result of calls to <OsProcessApp> related functionality. The error descriptions are stored internally in the vm, and are retrieved via primitive in this class.
Class Methods
None
Instance Methods
detailedDescription
  Gets a detailed description of errors which are separated
     by end-of-line
    
    
     Answers:
        <String>
errorCode
  Answers the enumerated value for the error that is one of
     OsProcessConstants::ProcErr*
    
     Answers:
        <Integer>
errorDescription
  Answer the description text associated with the errorCode
     This virtual machine provides the descriptive text during
     this object's initialization
    
     Answers:
        <String>
messageText
  Answer an extended form of the message text
     which includes the first entry of any detailed
     entry
    
     Answers:
        <String>
Last modified date: 12/27/2024