Package 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
,Serializable
public class Open4GLError
extends com.progress.common.exception.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:
-
Constructor Summary
ConstructorsConstructorDescriptionOpen4GLError
(long id) Open4GLError
(long id, Object... args) Open4GLError
(Throwable t, long id) Open4GLError
(Throwable t, long id, Object... args) -
Method Summary
Methods inherited from class com.progress.common.exception.ProError
getArgument, getLocalizedMessage, getMessage, getPrevious, setMessageId, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Open4GLError
public Open4GLError(long id) -
Open4GLError
-
Open4GLError
-
Open4GLError
-
Open4GLError
public Open4GLError() -
Open4GLError
-
-
Method Details
-
getMessageId
public long getMessageId()- Overrides:
getMessageId
in classcom.progress.common.exception.ProError
-