com.progress.open4gl
Class Open4GLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.progress.common.exception.ProException
                    |
                    +--com.progress.open4gl.Open4GLException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.Serializable
Direct Known Subclasses:
BusySessionException, ConnectException, OutputSetException, RunTime4GLException, SystemErrorException

public class Open4GLException
extends ProException

Open4GLException is the super class for all the open4gl exceptions.

See Also:
Serialized Form

Constructor Summary
Open4GLException()
           
Open4GLException(long id, java.lang.Object[] args)
           
Open4GLException(java.lang.String s)
           
Open4GLException(java.lang.String s, java.lang.Object[] args)
           
 
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, 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

Open4GLException

public Open4GLException()

Open4GLException

public Open4GLException(long id,
                        java.lang.Object[] args)

Open4GLException

public Open4GLException(java.lang.String s)

Open4GLException

public Open4GLException(java.lang.String s,
                        java.lang.Object[] args)