com.progress.open4gl
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, java.io.Serializable

public class Open4GLError
extends 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:
Serialized Form

Constructor Summary
Open4GLError()
           
Open4GLError(long id, java.lang.Object[] args)
           
 
Method Summary
 long getMessageId()
           
 
Methods inherited from class com.progress.common.exception.ProError
getArgument, getLocalizedMessage, getMessage, getPrevious, setMessageId, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Open4GLError

public Open4GLError()

Open4GLError

public Open4GLError(long id,
                    java.lang.Object[] args)
Method Detail

getMessageId

public long getMessageId()
Overrides:
getMessageId in class ProError