Package com.progress.open4gl
Class ProDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.ProDataException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
ProDataException provides standard PROGRESS exception messaging for errors
that occur when the Java application uses ProDataGraphs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProDataException
(long id, Object... args) ProDataException
(String s, Throwable src) ProDataException
(Throwable t, long id, Object... args) -
Method Summary
Methods inherited from class com.progress.open4gl.Open4GLException
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
-
ProDataException
public ProDataException() -
ProDataException
-
ProDataException
-
ProDataException
-
ProDataException
-