|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--com.progress.common.exception.ProError | +--com.progress.open4gl.Open4GLError
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.
Constructor Summary | |
Open4GLError()
|
|
Open4GLError(long id,
java.lang.Object[] args)
|
Method Summary | |
long |
getMessageId()
|
Methods inherited from class com.progress.common.exception.ProError |
getArgument, getLocalizedMessage, getMessage, getPrevious, setMessageId, 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 |
public Open4GLError()
public Open4GLError(long id, java.lang.Object[] args)
Method Detail |
public long getMessageId()
getMessageId
in class ProError
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |