Package com.progress.open4gl
Class RunTime4GLStopErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.RunTime4GLException
com.progress.open4gl.RunTime4GLErrorException
com.progress.open4gl.RunTime4GLStopErrorException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
RunTime4GLStopErrorException is thrown when a Stop condition associated with
an error message is returned from the top level ABL procedure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunTime4GLStopErrorException
(Object[] args, int errNum) This constructor is intended for internal use only. -
Method Summary
Methods inherited from class com.progress.open4gl.RunTime4GLErrorException
getABLCallStack, getMessage, getMessageNum, getNumMessages, getSeverity, initialize
Methods inherited from class com.progress.open4gl.RunTime4GLException
createException, getErrorNum, getProcReturnString, hasProcReturnString, setProcReturnString
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
-
RunTime4GLStopErrorException
This constructor is intended for internal use only.
-