Package 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
,Serializable
- Direct Known Subclasses:
BusySessionException
,ConnectException
,OutputSetException
,ProDataException
,RunTime4GLException
,SchemaValidationException
,SessionPool.SessionPoolException
,SystemErrorException
public class Open4GLException
extends com.progress.common.exception.ProException
Open4GLException is the super class for all the open4gl exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpen4GLException
(long id) Open4GLException
(long id, Object... args) Open4GLException
(String s, Object... args) Open4GLException
(String s, Throwable src) Open4GLException
(Throwable t, long id) Open4GLException
(Throwable t, long id, Object... args) Open4GLException
(Throwable t, String s, Object... args) -
Method Summary
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Open4GLException
-
Open4GLException
-
Open4GLException
-
Open4GLException
public Open4GLException(long id) -
Open4GLException
public Open4GLException() -
Open4GLException
-
Open4GLException
-
Open4GLException
-
Open4GLException
-
-
Method Details
-
hasProcReturnString
public boolean hasProcReturnString() -
getProcReturnString
-
setProcReturnString
-