Class DeterminateException

All Implemented Interfaces:
Serializable

public class DeterminateException extends EBufException
Signals that a Portal Library exception has occurred.
See Also:
  • Constructor Details

    • DeterminateException

      public DeterminateException(int location, int error, int field, int recordID, int reserved, int line, String fileName, FList failData, int facility, int messageID, Date time, int version, FList args, EBufException chain, int reserved2)
      Constructs an instance of DeterminateException
      Parameters:
      location - Component at which the error is thrown. Refer "BRM Error Locations" for list of possible values
      error - The error code
      field - The field number in FList that caused the error
      recordID - The error record ID
      reserved - Reserved error data
      line - The line number at which exception occurred
      fileName - The filename from which the exception was sent
      failData - Exception was raised while operating over this FList
      facility - Portal facility domain number
      messageID - The error message ID
      time - Timestamp of exception
      version - Version flag
      args - Argument FList
      chain - Nested exception
      reserved2 - Reserved error data
      Since:
      Infranet 5.5
  • Method Details

    • toString

      public String toString()
      Converts the error buffer information into a string. This string is for logging and debugging, so it doesn't need to be localized.
      Overrides:
      toString in class EBufException
      Returns:
      The error buffer formatted as a string.
      Since:
      Infranet 5.5