Class Open4GLError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.progress.common.exception.ProError
com.progress.open4gl.Open4GLError
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class Open4GLError extends com.progress.common.exception.ProError
A Open4GLError Error is thrown if a System Error (i.e. a non application level error) occurs. The application does not have to catch Open4GLError errors.
See Also:
  • Constructor Details

    • Open4GLError

      public Open4GLError(long id)
    • Open4GLError

      public Open4GLError(long id, Object... args)
    • Open4GLError

      public Open4GLError(Throwable t, long id)
    • Open4GLError

      public Open4GLError(Throwable t, long id, Object... args)
    • Open4GLError

      public Open4GLError()
    • Open4GLError

      public Open4GLError(Throwable t)
  • Method Details

    • getMessageId

      public long getMessageId()
      Overrides:
      getMessageId in class com.progress.common.exception.ProError