Class ApplicationException

All Implemented Interfaces:
Serializable

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

    • ApplicationException

      public ApplicationException(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 ApplicationException
      Parameters:
      location - The location where the exception occurred.
      error - The error code associated with the exception.
      field - An integer representing the field related to the exception.
      recordID - An identifier for the record where the exception occurred.
      reserved - An integer reserved for future use or specific purposes.
      line - The line number where the exception occurred.
      fileName - The name of the file where the exception occurred.
      failData - A FList containing additional failure data.
      facility - An integer representing the facility related to the exception.
      messageID - An identifier for the specific message or error type.
      time - The Date when the exception occurred.
      version - The version of the application or system where the exception occurred.
      args - A FList containing arguments related to the exception.
      chain - An EBufException that may be chained with this exception for additional context.
      reserved2 - An additional integer reserved for future use or specific purposes.
      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